mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
*Some update of relocation notify.
--HG-- branch : trunk
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user