fix(Core/Battlegrounds): keep BG spirit guides Alive (#25535)
Co-authored-by: Shauren <shauren.trinity@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0323b32374
commit
523585942a
1 changed files with 0 additions and 1 deletions
|
|
@ -1711,7 +1711,6 @@ bool Battleground::AddSpiritGuide(uint32 type, float x, float y, float z, float
|
|||
|
||||
if (Creature* creature = AddCreature(entry, type, x, y, z, o))
|
||||
{
|
||||
creature->setDeathState(DeathState::Dead);
|
||||
creature->SetGuidValue(UNIT_FIELD_CHANNEL_OBJECT, creature->GetGUID());
|
||||
// aura
|
||||
/// @todo: Fix display here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue