Page 1 of 1

GroundSpawn.cpp

Posted: Sun Dec 25, 2016 3:46 pm
by Eradani
"SVN repository\eq2server\trunk\source\WorldServer\GroundSpawn.cpp"

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") // <--- ***
is this an error? maybe 2nd part s/b == "Collecting"

Re: GroundSpawn.cpp

Posted: Mon Dec 26, 2016 10:08 am
by Zcoretri
I think you are correct, makes no sense to OR the same skill...nice find :mrgreen:

Re: GroundSpawn.cpp

Posted: Mon Dec 26, 2016 10:29 am
by Eradani
you're welcome :)

Re: GroundSpawn.cpp

Posted: Sun Jun 24, 2018 9:21 pm
by Cynnar
Fixed and read to more to archives?

Re: GroundSpawn.cpp

Posted: Tue Jun 26, 2018 5:27 am
by Ememjr
yes this one was fixed