diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-26 14:17:16 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-26 14:17:16 +0200 |
| commit | 2b95a5fe3562264f52f1ca9296faf411a90d5d8d (patch) | |
| tree | 66688a45e7b58d4f4e15bfc232de33fcbc437118 | |
| parent | 25346c7cd00ad7ae838b8bea3333a429e6623037 (diff) | |
DB/Quest: What Do You Feed a Yeti, Anyway?
By Killyana, closes #7019
| -rw-r--r-- | sql/updates/world/2015_04_26_09_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_26_09_world.sql b/sql/updates/world/2015_04_26_09_world.sql new file mode 100644 index 00000000000..e450fd5c64e --- /dev/null +++ b/sql/updates/world/2015_04_26_09_world.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'); |
