From 87ed5de7e655ca7fec389415d67569c4aa755fdb Mon Sep 17 00:00:00 2001 From: mik1893 Date: Mon, 1 Sep 2014 13:06:21 +0200 Subject: 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 --- sql/updates/world/2014_09_01_01_world_onyxia.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_09_01_01_world_onyxia.sql (limited to 'sql') 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; -- cgit v1.2.3