diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-26 14:17:16 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-11-01 10:09:25 +0100 |
| commit | 032e79094a34ebd2765c814a292caf4da27394a6 (patch) | |
| tree | 9981310c0bd29154fd5136ed4812141c2158f6df | |
| parent | 629b693c0ed4fa334bc32ee0306e0f49beec4fa8 (diff) | |
DB/Quest: What Do You Feed a Yeti, Anyway?
By Killyana, closes #7019
(cherry picked from commit 2b95a5fe3562264f52f1ca9296faf411a90d5d8d)
| -rw-r--r-- | sql/updates/world/2015_11_01_05_world_2015_04_26_09.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |
