From d6e912a8817d68fb5b7cdbeba1652a88d380c62e Mon Sep 17 00:00:00 2001 From: Dr-J Date: Sat, 31 Oct 2015 18:32:41 +0000 Subject: DB/Conditions: Dead Mage Hunter Dead Mage Hunters should not be interactable without the quest 'rifle the bodies' (cherry picked from commit fc95812141e925b727235530fbea94663eb43f97) --- sql/updates/world/2015_11_06_24_world_2015_10_31_01.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/2015_11_06_24_world_2015_10_31_01.sql (limited to 'sql') diff --git a/sql/updates/world/2015_11_06_24_world_2015_10_31_01.sql b/sql/updates/world/2015_11_06_24_world_2015_10_31_01.sql new file mode 100644 index 00000000000..28aae78fac0 --- /dev/null +++ b/sql/updates/world/2015_11_06_24_world_2015_10_31_01.sql @@ -0,0 +1,8 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceGroup`=26477; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(18, 26477, 47096, 0, 0, 9, 0, 12000, 0, 0, 0, 0, 0, '', 'Required quest active for spellclick'), +(18, 26477, 47096, 0, 1, 9, 0, 11999, 0, 0, 0, 0, 0, '', 'Required quest active for spellclick'), +(18, 26477, 61286, 0, 0, 9, 0, 12000, 0, 0, 0, 0, 0, '', 'Required quest active for spellclick'), +(18, 26477, 61286, 0, 1, 9, 0, 11999, 0, 0, 0, 0, 0, '', 'Required quest active for spellclick'), +(18, 26477, 61832, 0, 0, 9, 0, 11999, 0, 0, 0, 0, 0, '', 'Required quest active for spellclick'), +(18, 26477, 61832, 0, 1, 9, 0, 12000, 0, 0, 0, 0, 0, '', 'Required quest active for spellclick'); -- cgit v1.2.3