DB/Instance/Auchenai Crypts: Complete overhaul part 1

(cherry picked from commit 60ded4ea47)
This commit is contained in:
offl
2020-10-03 02:37:58 +03:00
committed by Shauren
parent fc7f2518d2
commit f930508e83
2 changed files with 497 additions and 1 deletions

View File

@@ -249,7 +249,7 @@ public:
{
Talk(SAY_DEATH);
//When Exarch Maladar is defeated D'ore appear.
me->SummonCreature(19412, 0.0f, 0.0f, 0.0f, 0.0f, TEMPSUMMON_TIMED_DESPAWN, 10min);
me->SummonCreature(19412, -4.40722f, -387.277f, 40.6294f, 6.26573f, TEMPSUMMON_MANUAL_DESPAWN);
}
void UpdateAI(uint32 diff) override