diff options
| author | w1sht0l1v3 <w1sht0l1v3@gmail.com> | 2013-01-23 13:21:31 +0200 |
|---|---|---|
| committer | w1sht0l1v3 <w1sht0l1v3@gmail.com> | 2013-01-23 13:21:31 +0200 |
| commit | 5e367c910a0bdcad9dbb4881c9bb00be05181292 (patch) | |
| tree | 1b3eef3f3ac578f35db2e6e2771871bd049aa2dc | |
| parent | 907cd173427bc6e0b498f99363026191dabac34d (diff) | |
DB/Misc: Add back flight aura on Wyrmrest Defender.(probably deleted on last template_addon cleanup)
Correct a SAI line for Nerub'ar Broodkeeper.
| -rw-r--r-- | sql/updates/world/2013_01_23_00_world_misc.sql | 5 |
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; |
