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

Co-authored-by: Shantalya <[email protected]>
Signed-off-by: luis <[email protected]>
This commit is contained in:
Luzifix
2026-02-01 11:28:45 -03:00
committed by luis
co-authored by Shantalya
parent 287e047763
commit 31fafec809
+1
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: