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

@@ -98,7 +98,6 @@ public:
}
}
};
};
class boss_keleseth : public CreatureScript
@@ -215,7 +214,6 @@ public:
DoMeleeAttackIfReady();
}
};
};
enum eSkeletonEnum
@@ -329,7 +327,6 @@ public:
DoMeleeAttackIfReady();
}
};
};
class spell_frost_tomb : public SpellScriptLoader

View File

@@ -371,7 +371,6 @@ public:
return false;
}
};
};
void AddSC_instance_utgarde_keep()

View File

@@ -183,7 +183,6 @@ public:
private:
bool _setData;
EventMap _events;
};
CreatureAI* GetAI(Creature* creature) const override

View File

@@ -167,7 +167,6 @@ public:
void DoAction(int32 param) override
{
if (param == ACTION_PHASE2)
{
SecondPhase = true;
@@ -306,7 +305,6 @@ public:
AchievementHitCount++;
if (AchievementHitCount >= 3 && m_pInstance)
m_pInstance->SetData(DATA_SKADI_ACHIEVEMENT, true);
}
}

View File

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

View File

@@ -188,7 +188,6 @@ public:
case DATA_YMIRON_ACHIEVEMENT:
ymironAchievement = (bool)data;
return;
}
OUT_SAVE_INST_DATA;
@@ -229,7 +228,6 @@ public:
for (uint8 i = 0; i < MAX_ENCOUNTERS; ++i)
if (Encounters[i] == IN_PROGRESS)
Encounters[i] = NOT_STARTED;
}
else OUT_LOAD_INST_DATA_FAIL;
@@ -296,4 +294,4 @@ public:
void AddSC_instance_utgarde_pinnacle()
{
new instance_pinnacle();
}
}