aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorkeke222 <keke-222@hotmail.fr>2013-07-23 00:19:33 +0200
committerShauren <shauren.trinity@gmail.com>2013-07-23 17:18:46 +0200
commite11714e9488a958ff80a82dce7e41aa0b7b787b7 (patch)
tree5d42c6d703af3c901ada22a0d028ddaba5d06630 /sql
parentce79e3a078e6617c7ca515ecf28fc671a5283b67 (diff)
Scripts/Onyxia's Lair: Fixed movement during flight phase and set proper InhabitType
Closes #10335
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_07_23_02_world_creature_template.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_23_02_world_creature_template.sql b/sql/updates/world/2013_07_23_02_world_creature_template.sql
new file mode 100644
index 00000000000..b55999040f1
--- /dev/null
+++ b/sql/updates/world/2013_07_23_02_world_creature_template.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `InhabitType` = 5 WHERE `entry` = 10184;