mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
fix(Core/Creature): Make Respawn() respect conditions and linked respawns (#17597)
This commit is contained in:
@@ -2391,7 +2391,7 @@ public:
|
||||
|
||||
if (target->isDead())
|
||||
{
|
||||
target->ToCreature()->Respawn();
|
||||
target->ToCreature()->Respawn(true);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user