From 22667d3ee6ee258e60a711e2d1a504a9769d071c Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 6 May 2009 09:36:51 -0500 Subject: *Update script of heigan. --HG-- branch : trunk --- src/game/Unit.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/game/Unit.cpp') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 093ef51925c..c9ef3125372 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -13861,11 +13861,12 @@ void Unit::NearTeleportTo( float x, float y, float z, float orientation, bool ca DestroyForNearbyPlayers(); GetMap()->CreatureRelocation((Creature*)this, x, y, z, orientation); + ObjectAccessor::UpdateObjectVisibility(this); //WorldPacket data; // Work strange for many spells: triggered active mover set for targeted player to creature //BuildTeleportAckMsg(&data, x, y, z, orientation); - BuildHeartBeatMsg(&data); - SendMessageToSet(&data, false); + //BuildHeartBeatMsg(&data); + //SendMessageToSet(&data, false); } } -- cgit v1.2.3