From 6c140a079eeb480f4c22560bf7333121dc711012 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 27 Jan 2014 06:08:43 +0100 Subject: DB/Conditions: Requiere DK to use Scourge Gryphon By dr-j, closes #11133 --- sql/updates/world/2014_01_27_04_world_conditions.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2014_01_27_04_world_conditions.sql (limited to 'sql') 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'); -- cgit v1.2.3