diff --git a/source/WorldServer/GroundSpawn.cpp b/source/WorldServer/GroundSpawn.cpp index e2798ef..830823b 100644 --- a/source/WorldServer/GroundSpawn.cpp +++ b/source/WorldServer/GroundSpawn.cpp @@ -564,7 +564,7 @@ void GroundSpawn::HandleUse(Client* client, string type){ } MHarvestUse.lock(); - if(type == "" && client->GetVersion() <= 561) + if((type == "" || type == "collect") && client->GetVersion() <= 561) type = GetHarvestSpellType(); if (type == GetHarvestSpellType() && MeetsSpawnAccessRequirements(client->GetPlayer())) {