From c4755b1b2859226d73e94fd34ad6f122a943e233 Mon Sep 17 00:00:00 2001 From: Dramacydal Date: Mon, 17 Jun 2013 11:06:12 +0100 Subject: [PATCH] [c12648] Fix SMSG_UPDATE_WORLD_STATE structure --- src/game/BattleGround/BattleGroundMgr.cpp | 1 + src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/BattleGround/BattleGroundMgr.cpp b/src/game/BattleGround/BattleGroundMgr.cpp index c3f78c7b3..bad5439c2 100644 --- a/src/game/BattleGround/BattleGroundMgr.cpp +++ b/src/game/BattleGround/BattleGroundMgr.cpp @@ -1371,6 +1371,7 @@ void BattleGroundMgr::BuildUpdateWorldStatePacket(WorldPacket* data, uint32 fiel data->Initialize(SMSG_UPDATE_WORLD_STATE, 4 + 4); *data << uint32(field); *data << uint32(value); + *data << uint8(0); } void BattleGroundMgr::BuildPlaySoundPacket(WorldPacket* data, uint32 soundid) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 55e3d03e4..b2b475d4a 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "12647" + #define REVISION_NR "12648" #endif // __REVISION_NR_H__