mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 11:43:18 -04:00
Core/Phasing: Implemented db spawns in personal phases (#26345)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
@@ -1453,7 +1453,7 @@ public:
|
||||
else if (target->GetDBPhase() < 0)
|
||||
handler->PSendSysMessage("Target creature's PhaseGroup in DB: %d", abs(target->GetDBPhase()));
|
||||
|
||||
PhasingHandler::PrintToChat(handler, target->GetPhaseShift());
|
||||
PhasingHandler::PrintToChat(handler, target);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user