aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-08-13 11:44:05 +0200
committerShauren <shauren.trinity@gmail.com>2011-08-13 11:44:05 +0200
commit6ea362e9e06db2c3b876027a3ce6f34cd81724b5 (patch)
tree087fc8e2f4f14de9b0dff11010cce4ecaad9074a /src
parent93238fe6c34fb231cdc465d82e9a8402b1261daa (diff)
Core/PacketIO: Documented structure of SMSG_OVERRIDE_LIGHT
Diffstat (limited to 'src')
-rwxr-xr-xsrc/server/game/Server/Protocol/Opcodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h
index 1ee0cee1eed..a6f598e5866 100755
--- a/src/server/game/Server/Protocol/Opcodes.h
+++ b/src/server/game/Server/Protocol/Opcodes.h
@@ -1076,7 +1076,7 @@ enum Opcodes
MSG_GM_CHANGE_ARENA_RATING = 0x40F,
CMSG_DECLINE_CHANNEL_INVITE = 0x410,
SMSG_GROUPACTION_THROTTLED = 0x411, // SMSG?
- SMSG_OVERRIDE_LIGHT = 0x412,
+ SMSG_OVERRIDE_LIGHT = 0x412, // uint32 defaultMapLight, uint32 overrideLight, uint32 transitionTimeMs
SMSG_TOTEM_CREATED = 0x413,
CMSG_TOTEM_DESTROYED = 0x414,
CMSG_EXPIRE_RAID_INSTANCE = 0x415,