mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Implement SMSG_WEATHER and wire real game state (map ID, weather, underwater) to lighting system
This commit is contained in:
parent
60ebb4dc3f
commit
369ad26476
5 changed files with 44 additions and 7 deletions
|
|
@ -358,6 +358,9 @@ enum class LogicalOpcode : uint16_t {
|
|||
SMSG_ARENA_ERROR,
|
||||
MSG_INSPECT_ARENA_TEAMS,
|
||||
|
||||
// ---- Weather ----
|
||||
SMSG_WEATHER,
|
||||
|
||||
// ---- Emotes ----
|
||||
CMSG_EMOTE,
|
||||
SMSG_EMOTE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue