diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2015-10-31 18:32:41 +0000 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-11-06 10:53:03 +0100 |
| commit | d6e912a8817d68fb5b7cdbeba1652a88d380c62e (patch) | |
| tree | e996d84d75c1dfd79c3e574d3656d90ccc537774 | |
| parent | 93b8c0261fab9bb778fe147162de5580a86ba77e (diff) | |
DB/Conditions: Dead Mage Hunter
Dead Mage Hunters should not be interactable without the quest 'rifle the bodies'
(cherry picked from commit fc95812141e925b727235530fbea94663eb43f97)
| -rw-r--r-- | sql/updates/world/2015_11_06_24_world_2015_10_31_01.sql | 8 |
1 files changed, 8 insertions, 0 deletions
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'); |
