Kitzunu
2021-01-10 14:27:55 +01:00
committed by GitHub
parent 7cf097eab2
commit da4edd547d
315 changed files with 3 additions and 729 deletions

View File

@@ -455,7 +455,6 @@ public:
events.ScheduleEvent(EVENT_SPELL_HARVEST_SOUL, urand(5000, 15000));
events.ScheduleEvent(EVENT_TELEPORT, 20000);
events.ScheduleEvent(EVENT_CHECK_HEALTH, 1000);
}
waveCount++;

View File

@@ -217,7 +217,6 @@ public:
me->SetFloatValue(UNIT_FIELD_COMBATREACH, 2.0f + (0.00025f * sizeTimer));
}
};
};
class spell_grobbulus_poison : public SpellScriptLoader

View File

@@ -212,7 +212,6 @@ public:
pInstance->SetData(DATA_IMMORTAL_FAIL, 0);
return;
}
}
events.RepeatEvent(5000);
return;

View File

@@ -183,7 +183,6 @@ public:
go->SetGoState(GO_STATE_ACTIVE);
}
_justSpawned = false;
}
void EnterEvadeMode() override

View File

@@ -93,7 +93,6 @@ public:
if (GameObject* go = me->GetMap()->GetGameObject(pInstance->GetData64(DATA_MAEXXNA_GATE)))
go->SetGoState(GO_STATE_ACTIVE);
}
}
void EnterCombat(Unit* who) override

View File

@@ -173,7 +173,6 @@ public:
}
events.RepeatEvent(1000);
break;
}
DoMeleeAttackIfReady();

View File

@@ -268,7 +268,6 @@ public:
case EVENT_FLIGHT_START:
if (me->HealthBelowPct(11))
{
return;
}
events.RepeatEvent(45000);
@@ -369,7 +368,6 @@ public:
pInstance->SetData(DATA_HUNDRED_CLUB, 0);
return;
}
}
events.RepeatEvent(5000);
return;

View File

@@ -109,7 +109,6 @@ public:
sapphironAchievement = true;
heiganAchievement = true;
immortalAchievement = 1;
}
std::set<GameObject*> HeiganEruption[4];
@@ -909,7 +908,6 @@ public:
else
OUT_LOAD_INST_DATA_FAIL;
}
};
};
class boss_naxxramas_misc : public CreatureScript