mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
Core/Pets: removed logerror from previous commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user