aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorthstrider <Dreadkiller@gmx.de>2012-09-12 07:07:29 +0200
committerNorthstrider <Dreadkiller@gmx.de>2012-09-12 07:07:29 +0200
commit9e9ebcbfb3b45e07f05e9cc23a8820eda7b2fbf3 (patch)
treeffcd7cf3378b6d70f3555684f96f14b94b4902e5
parentb015ed0a992861164fc306164782287acdf11441 (diff)
Core/Protocol:
*added 4 opcode names (thx fabi for the names) *added opcode value for smsg_play_one_shot_anim_kit
-rwxr-xr-xsrc/server/game/Server/Protocol/Opcodes.h4
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,