aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/server/game/AI/CoreAI/PetAI.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/server/game/AI/CoreAI/PetAI.cpp b/src/server/game/AI/CoreAI/PetAI.cpp
index 5551f45cb6a..97ae0581a18 100755
--- a/src/server/game/AI/CoreAI/PetAI.cpp
+++ b/src/server/game/AI/CoreAI/PetAI.cpp
@@ -533,10 +533,8 @@ bool PetAI::CanAttack(Unit* target)
return false;
}
-
void PetAI::ReceiveEmote(Player* player, uint32 emote)
{
- sLog->outError("recieved emote : %d", emote);
if (me->GetOwnerGUID() && me->GetOwnerGUID() == player->GetGUID())
switch (emote)
{
@@ -549,4 +547,4 @@ void PetAI::ReceiveEmote(Player* player, uint32 emote)
me->HandleEmoteCommand(EMOTE_ONESHOT_COWER);
break;
}
-} \ No newline at end of file
+}