From 7a821284ea844543f976364ad530ff0d8f3e7719 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Thu, 6 Oct 2016 00:07:21 +0200 Subject: DB/SAI: better handling for Ward of Laze aura. By Killyana. --- sql/updates/world/3.3.5/2016_10_06_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_06_00_world.sql (limited to 'sql') 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"); -- cgit v1.2.3