mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
feat(core): allow to debug KickPlayer() (#1549)
This commit is contained in:
@@ -3709,7 +3709,7 @@ void SafeUnitPointer::UnitDeleted()
|
||||
if (ptr)
|
||||
sLog->outMisc("SafeUnitPointer::UnitDeleted (A2)");
|
||||
|
||||
p->GetSession()->KickPlayer();
|
||||
p->GetSession()->KickPlayer("Unit deleted");
|
||||
}
|
||||
}
|
||||
else if (ptr)
|
||||
|
||||
Reference in New Issue
Block a user