mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Two crash fixes reported on the forums are hopefully fixed.
This commit is contained in:
+1
-1
@@ -5915,7 +5915,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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user