mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Merge branch 'master' of https://github.com/SecretsOTheP/Server
Conflicts: common/patches/RoF.cpp
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user