aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2013_01_23_00_world_misc.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_23_00_world_misc.sql b/sql/updates/world/2013_01_23_00_world_misc.sql
new file mode 100644
index 00000000000..fb55d90f69b
--- /dev/null
+++ b/sql/updates/world/2013_01_23_00_world_misc.sql
@@ -0,0 +1,5 @@
+-- readd flight aura on Wyrmrest Defender npcs
+UPDATE `creature_template_addon` SET `auras`='50069' WHERE `entry`=27629;
+
+-- correct SAI on Nerub'ar Broodkeeper
+UPDATE `smart_scripts` SET `event_param1`=0 WHERE `entryorguid`=36725 AND `source_type`=0 AND `id`=1;