Scripts/HallsOfReflection: Major changes

* corrections to Intro Event (Falric, Marwyn etc.)
* fixed issues with Frostsworn General
* improved the whole Wrath of the Lich King event
* implemented outro gunship
* optimalization code and cleanup and fixed some typos
* Big thanks to @joschiwald, he is author too ;-)
This commit is contained in:
MitchesD
2014-04-28 22:26:43 +02:00
parent 71795bf977
commit 8e7cf15dd1
13 changed files with 3309 additions and 2443 deletions
@@ -478,10 +478,7 @@ void BossAI::_JustDied()
events.Reset();
summons.DespawnAll();
if (instance)
{
instance->SetBossState(_bossId, DONE);
instance->SaveToDB();
}
}
void BossAI::_EnterCombat()