Anub'Rekhan will now summon two creatures in Naxxramas 25m, it will no longer spawn a Crypt guard in 10 man.
closes #215
This commit is contained in:
parent
426e9ae24a
commit
e3420ed513
1 changed files with 4 additions and 2 deletions
|
|
@ -64,9 +64,11 @@ public:
|
|||
|
||||
void SummonCryptGuards()
|
||||
{
|
||||
me->SummonCreature(NPC_CRYPT_GUARD, 3308.590f, -3466.29f, 287.16f, M_PI, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 60000);
|
||||
if (IsHeroic())
|
||||
if (Is25ManRaid())
|
||||
{
|
||||
me->SummonCreature(NPC_CRYPT_GUARD, 3308.590f, -3486.29f, 287.16f, M_PI, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 60000);
|
||||
me->SummonCreature(NPC_CRYPT_GUARD, 3308.590f, -3466.29f, 287.16f, M_PI, TEMPSUMMON_CORPSE_TIMED_DESPAWN, 60000);
|
||||
}
|
||||
}
|
||||
|
||||
void Reset()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue