Core/Defines: Update enum TextEmotes, values and names from client. (These emotes comes in CMSG_TEXT_EMOTE).

This commit is contained in:
kaelima
2011-05-30 22:57:37 +02:00
parent 5256b5abfe
commit ae0d349a3c
8 changed files with 277 additions and 199 deletions

View File

@@ -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;
}