Conflicts:
	common/patches/RoF.cpp
This commit is contained in:
SecretsOTheP
2013-03-23 05:05:16 -04:00
21 changed files with 50 additions and 27 deletions
+1 -1
View File
@@ -5916,7 +5916,7 @@ void Client::CheckEmoteHail(Mob *target, const char* message)
{
return;
}
uint16 emoteid = target->CastToNPC()->GetNPCEmoteID();
uint16 emoteid = target->GetEmoteID();
if(emoteid != 0)
target->CastToNPC()->DoNPCEmote(HAILED,emoteid);
}