mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
@@ -708,7 +708,7 @@ void WorldSession::HandleTextEmoteOpcode(WorldPackets::Chat::CTextEmote& packet)
|
||||
|
||||
Unit* unit = ObjectAccessor::GetUnit(*_player, packet.Target);
|
||||
|
||||
_player->UpdateCriteria(CriteriaType::DoEmote, packet.SoundIndex, 0, 0, unit);
|
||||
_player->UpdateCriteria(CriteriaType::DoEmote, packet.EmoteID, 0, 0, unit);
|
||||
|
||||
// Send scripted event call
|
||||
if (unit)
|
||||
|
||||
Reference in New Issue
Block a user