GroundSpawn.cpp
Posted: Sun Dec 25, 2016 3:46 pm
"SVN repository\eq2server\trunk\source\WorldServer\GroundSpawn.cpp"
is this an error? maybe 2nd part s/b == "Collecting"
Code: Select all
string GroundSpawn::GetHarvestMessageName(bool present_tense, bool failure){
string ret = "";
if((collection_skill == "Gathering" ||collection_skill == "Collecting") && !present_tense)
ret = "gathered";
else if(collection_skill == "Gathering" || collection_skill == "Gathering") // <--- ***