DB/SAI: better handling for Ward of Laze aura.

By Killyana.
This commit is contained in:
SnapperRy
2016-10-06 00:07:21 +02:00
committed by Aokromes
parent a87d339851
commit a1f70df336

View 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");