Scripts/Onyxia Lair: small rework

- fix crash on boss death
- avoid abusing during phase switch
- added better facing through trigger
- corrected some timers
- corrected inhabit type
- cleanup and inheriting some BossAI functionalities instead of custom stuff
This commit is contained in:
mik1893
2014-09-01 13:06:21 +02:00
parent e85f73c816
commit 87ed5de7e6
4 changed files with 90 additions and 50 deletions

View File

@@ -0,0 +1,2 @@
UPDATE creature_template SET InhabitType = 5 WHERE entry = 10184;
UPDATE creature_template SET InhabitType = 5 WHERE entry = 36538;