mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-16 09:13:50 +00:00
fix(emotes): use EMOTE_TALK for /fart and /stink (no dedicated anim in DBC)
This commit is contained in:
parent
aff545edef
commit
722c065089
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue