aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authormik1893 <michele.roscelli@gmail.com>2014-09-01 13:06:21 +0200
committermik1893 <michele.roscelli@gmail.com>2014-09-04 18:08:09 +0200
commit87ed5de7e655ca7fec389415d67569c4aa755fdb (patch)
treeab01953f28b2ab36a83c6e26729e116b812f0245 /sql
parente85f73c8162a4fdc7d7a8fe2667b6f867cb7c721 (diff)
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
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_09_01_01_world_onyxia.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_01_01_world_onyxia.sql b/sql/updates/world/2014_09_01_01_world_onyxia.sql
new file mode 100644
index 00000000000..99824d2d47a
--- /dev/null
+++ b/sql/updates/world/2014_09_01_01_world_onyxia.sql
@@ -0,0 +1,2 @@
+UPDATE creature_template SET InhabitType = 5 WHERE entry = 10184;
+UPDATE creature_template SET InhabitType = 5 WHERE entry = 36538;