Core/Emote: Lean now reset if player move (#31570)

Co-authored-by: Shantalya <selina.ruesch@gmail.com>
This commit is contained in:
Luzifix
2026-02-01 12:41:39 +01:00
committed by GitHub
parent 515f8bea4e
commit 65e3f1378f

View File

@@ -730,6 +730,7 @@ void WorldSession::HandleTextEmoteOpcode(WorldPackets::Chat::CTextEmote& packet)
break;
case EMOTE_STATE_DANCE:
case EMOTE_STATE_READ:
case EMOTE_STATE_LEAN:
_player->SetEmoteState(emote);
break;
default: