diff options
| author | Aokromes <jipr@hotmail.com> | 2014-01-27 06:08:43 +0100 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2014-01-27 06:08:43 +0100 |
| commit | 6c140a079eeb480f4c22560bf7333121dc711012 (patch) | |
| tree | c04f874b7b63b963d5e2b34d72eef60e2584ae06 | |
| parent | 9d108dedd6fbe359cfb7c41a6e1080e0122fe8c3 (diff) | |
DB/Conditions: Requiere DK to use Scourge Gryphon
By dr-j, closes #11133
| -rw-r--r-- | sql/updates/world/2014_01_27_04_world_conditions.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_27_04_world_conditions.sql b/sql/updates/world/2014_01_27_04_world_conditions.sql new file mode 100644 index 00000000000..1ca0da434f3 --- /dev/null +++ b/sql/updates/world/2014_01_27_04_world_conditions.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceGroup`=29501 AND `SourceEntry`=54575; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(18, 29501, 54575, 0, 0, 15, 0, 32, 0, 0, 0, 0, 0, '', 'Spellclick only for dks'); |
