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 4ff05307403..08615ba3679 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -215,7 +215,6 @@ void Object::SendUpdateToPlayer(Player* player) UpdateData upd; WorldPacket packet; - upd.Clear(); BuildCreateUpdateBlockForPlayer(&upd, player); upd.BuildPacket(&packet); player->GetSession()->SendPacket(&packet); |