diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/game/Server/Protocol/Opcodes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h index 3dd142da8f3..379ea2542ca 100755 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -1166,6 +1166,7 @@ enum Opcodes SMSG_PLAY_DANCE = 0x4704, SMSG_PLAY_MUSIC = 0x4B06, SMSG_PLAY_OBJECT_SOUND = 0x2635, + SMSG_PLAY_ONE_SHOT_ANIM_KIT = 0x4A35, SMSG_PLAY_SOUND = 0x2134, SMSG_PLAY_SPELL_VISUAL = 0x10B1, SMSG_PLAY_SPELL_VISUAL_KIT = 0x55A5, @@ -1243,12 +1244,15 @@ enum Opcodes SMSG_SERVER_MESSAGE = 0x6C04, SMSG_SERVER_PERF = 0x74B6, SMSG_SETUP_RESEARCH_HISTORY = 0x0000, + SMSG_SET_AI_ANIM_KIT = 0x0000, SMSG_SET_DF_FAST_LAUNCH_RESULT = 0x35B6, SMSG_SET_FACTION_ATWAR = 0x4216, SMSG_SET_FACTION_STANDING = 0x0126, SMSG_SET_FACTION_VISIBLE = 0x2525, SMSG_SET_FLAT_SPELL_MODIFIER = 0x2834, SMSG_SET_FORCED_REACTIONS = 0x4615, + SMSG_SET_MELEE_ANIM_KIT = 0x0000, + SMSG_SET_MOVEMENT_ANIM_KIT = 0x0000, SMSG_SET_PCT_SPELL_MODIFIER = 0x0224, SMSG_SET_PHASE_SHIFT = 0x70A0, SMSG_SET_PLAYER_DECLINED_NAMES_RESULT = 0x2B25, |