fix(emotes): use EMOTE_TALK for /fart and /stink (no dedicated anim in DBC)

This commit is contained in:
Kelsi 2026-04-05 17:33:42 -07:00
parent aff545edef
commit 722c065089

View file

@ -175,8 +175,8 @@ void EmoteRegistry::loadFromDbc() {
{"sleep", anim::EMOTE_SLEEP}, // 71 — stand-state emote
{"laugh", anim::EMOTE_LAUGH}, // 70 — backup
{"flirt", anim::EMOTE_SHY}, // 83 — DBC calls it SHY; it's the flirt animation
{"fart", anim::EMOTE_FLEX}, // 82 — straining/tensing gesture
{"stink", anim::EMOTE_RUDE}, // 73 — dismissive/disgusted gesture
{"fart", anim::EMOTE_TALK}, // 60 — generic gesture (WoW has no dedicated anim)
{"stink", anim::EMOTE_TALK}, // 60 — generic gesture (WoW has no dedicated anim)
};
for (auto& [cmd, info] : emoteTable_) {
if (info.animId == 0) {