mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
Core/Creatures: Don't force battleground spirit guides to be dead (and immediately respawned)
This commit is contained in:
@@ -1577,7 +1577,6 @@ bool Battleground::AddSpiritGuide(uint32 type, float x, float y, float z, float
|
||||
|
||||
if (Creature* creature = AddCreature(entry, type, x, y, z, o, teamId))
|
||||
{
|
||||
creature->setDeathState(DEAD);
|
||||
creature->SetChannelObjectGuid(creature->GetGUID());
|
||||
// aura
|
||||
/// @todo Fix display here
|
||||
|
||||
Reference in New Issue
Block a user