mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/SMV): Infernal attacker respawn (#23001)
This commit is contained in:
@@ -144,7 +144,7 @@ public:
|
||||
|
||||
void SummonInfernal()
|
||||
{
|
||||
Creature* infernal = me->SummonCreature(NPC_INFERNAL_ATTACKER, me->GetPositionX(), me->GetPositionY(), ground + 0.05f, 0.0f, TEMPSUMMON_TIMED_OR_DEAD_DESPAWN, 60000);
|
||||
Creature* infernal = me->SummonCreature(NPC_INFERNAL_ATTACKER, me->GetPositionX(), me->GetPositionY(), ground + 0.05f, 0.0f, TEMPSUMMON_DEAD_DESPAWN, 0);
|
||||
infernalGUID = infernal->GetGUID();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user