From 032e79094a34ebd2765c814a292caf4da27394a6 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 26 Apr 2015 14:17:16 +0200 Subject: DB/Quest: What Do You Feed a Yeti, Anyway? By Killyana, closes #7019 (cherry picked from commit 2b95a5fe3562264f52f1ca9296faf411a90d5d8d) --- sql/updates/world/2015_11_01_05_world_2015_04_26_09.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2015_11_01_05_world_2015_04_26_09.sql (limited to 'sql') diff --git a/sql/updates/world/2015_11_01_05_world_2015_04_26_09.sql b/sql/updates/world/2015_11_01_05_world_2015_04_26_09.sql new file mode 100644 index 00000000000..e450fd5c64e --- /dev/null +++ b/sql/updates/world/2015_11_01_05_world_2015_04_26_09.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=66741; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(17,0,66741,0,0,40,0,0,0,0,0,0,0,'','Chum the Water can only be used in water'); -- cgit v1.2.3