aboutsummaryrefslogtreecommitdiff
path: root/src/game/MiscHandler.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-05 16:03:45 -0600
committermegamage <none@none>2009-01-05 16:03:45 -0600
commit908776dd93a0c5f20439aff3104f5c07722f6656 (patch)
tree125255b2a287aeec5798588f964ebb6c952ebe24 /src/game/MiscHandler.cpp
parent169dce868b90035633e395fb84454bbaf874a987 (diff)
*Some update of relocation notify.
--HG-- branch : trunk
Diffstat (limited to 'src/game/MiscHandler.cpp')
-rw-r--r--src/game/MiscHandler.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/MiscHandler.cpp b/src/game/MiscHandler.cpp
index 73bfbf2ff31..dcf1f158e92 100644
--- a/src/game/MiscHandler.cpp
+++ b/src/game/MiscHandler.cpp
@@ -1409,8 +1409,9 @@ void WorldSession::HandleFarSightOpcode( WorldPacket & recv_data )
return;
}
// Update visibility after vision change
- Cell cell(pair);
- GetPlayer()->GetMap()->UpdateObjectsVisibilityFor(_player, cell, pair);
+ //Cell cell(pair);
+ //GetPlayer()->GetMap()->UpdateObjectsVisibilityFor(_player, cell, pair);
+ GetPlayer()->SetToNotify();
}
void WorldSession::HandleChooseTitleOpcode( WorldPacket & recv_data )