mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
*Add some debug info to find crash bug caused by player Notify()
--HG-- branch : trunk
This commit is contained in:
@@ -73,6 +73,16 @@ PlayerVisibilityNotifier::Notify()
|
||||
|
||||
if( i_data.HasData() )
|
||||
{
|
||||
uint32 entry = 0, map;
|
||||
float x,y;
|
||||
if(!i_visibleNow.empty())
|
||||
{
|
||||
entry = (*i_visibleNow.begin())->GetEntry();
|
||||
map = (*i_visibleNow.begin())->GetMapId();
|
||||
x = (*i_visibleNow.begin())->GetPositionX();
|
||||
y = (*i_visibleNow.begin())->GetPositionY();
|
||||
}
|
||||
|
||||
// send create/outofrange packet to player (except player create updates that already sent using SendUpdateToPlayer)
|
||||
WorldPacket packet;
|
||||
i_data.BuildPacket(&packet);
|
||||
|
||||
Reference in New Issue
Block a user