mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core/Defines: Update enum TextEmotes, values and names from client. (These emotes comes in CMSG_TEXT_EMOTE).
This commit is contained in:
@@ -150,10 +150,10 @@ class example_creature : public CreatureScript
|
||||
|
||||
switch(uiTextEmote)
|
||||
{
|
||||
case TEXTEMOTE_DANCE:
|
||||
case TEXT_EMOTE_DANCE:
|
||||
DoScriptText(SAY_DANCE, me);
|
||||
break;
|
||||
case TEXTEMOTE_SALUTE:
|
||||
case TEXT_EMOTE_SALUTE:
|
||||
DoScriptText(SAY_SALUTE, me);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user