aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-10-06 00:07:21 +0200
committerGitHub <noreply@github.com>2016-10-06 00:07:21 +0200
commit7a821284ea844543f976364ad530ff0d8f3e7719 (patch)
treeb02af012f5fcd2c457fbbbfe7a91ab4388672946 /sql
parentcccb1c5ddea21a4a457877aa698f2bdb162e2ab8 (diff)
DB/SAI: better handling for Ward of Laze aura.
By Killyana.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2016_10_06_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_06_00_world.sql b/sql/updates/world/3.3.5/2016_10_06_00_world.sql
new file mode 100644
index 00000000000..11e6ccdff18
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_10_06_00_world.sql
@@ -0,0 +1,6 @@
+--
+UPDATE `creature_template` SET `AIName`="", `flags_extra`=0 WHERE `entry`=2667;
+DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid`= 2667 AND `source_type`=0;
+DELETE FROM `creature_template_addon` WHERE `entry`=2667;
+INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES
+(2667, "3825");