diff options
Diffstat (limited to 'src/game/Object.cpp')
-rw-r--r-- | src/game/Object.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Object.cpp b/src/game/Object.cpp index 10eafcba93d..23db2319cf9 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -214,7 +214,6 @@ void Object::SendUpdateToPlayer(Player* player) UpdateData upd; WorldPacket packet; - upd.Clear(); BuildCreateUpdateBlockForPlayer(&upd, player); upd.BuildPacket(&packet); player->GetSession()->SendPacket(&packet); |