diff options
author | Killyana <morphone1@gmail.com> | 2015-11-23 20:15:07 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-11-23 20:15:07 +0100 |
commit | 7430daab1f5e71a441ce7beeefc7a247f3b3dda2 (patch) | |
tree | 69137630c1e3b9b021d44aea580f705fc49d5716 | |
parent | 4315f133808150a466f53900f5a821a721e1c53d (diff) |
DB/Quest: Hot and Cold
Updates #15566
-rw-r--r-- | sql/updates/world/2015_11_23_03_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_23_03_world.sql b/sql/updates/world/2015_11_23_03_world.sql new file mode 100644 index 00000000000..579af5a5ca1 --- /dev/null +++ b/sql/updates/world/2015_11_23_03_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry` = 56099 AND `SourceTypeOrReferenceId` = 13; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,1,56099,0,0,31,0,3,30169,0,0,0,'','Essence of Ice target Smoldering Scrap Bunny'); + +DELETE FROM `creature` WHERE `guid` IN (116640, 116641, 116642); -- duplicated spawns |