mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
DB/SAI: better handling for Ward of Laze aura.
By Killyana.
This commit is contained in:
6
sql/updates/world/3.3.5/2016_10_06_00_world.sql
Normal file
6
sql/updates/world/3.3.5/2016_10_06_00_world.sql
Normal file
@@ -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");
|
||||
Reference in New Issue
Block a user