diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-09-16 16:59:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-16 16:59:54 +0200 |
| commit | 48203e2e257057921b24821ff0f9442cc6b15a43 (patch) | |
| tree | b8f3dde5d78ddb93df3e9e1d4fb710d31b5dd6b7 | |
| parent | 72cfafc0b3fa57030ee2e03b4045803e65add198 (diff) | |
DB/Conditions: allow item Goramosh's Strange Device to also drop if the quest Prevent the Accord is rewarded.
Prevents players from possibly getting permanently locked out of a whole quest chain in Dragonblight.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_16_04_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_16_04_world.sql b/sql/updates/world/3.3.5/2016_09_16_04_world.sql new file mode 100644 index 00000000000..10c2f5b0ae1 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_16_04_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=1 AND `SourceEntry` IN (36742, 36746) AND `ElseGroup`=1; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(1, 26349, 36742, 0, 1, 8, 0, 12005, 0, 0, 0, 0, 0, "", "Item 'Goramosh's Strange Device' can drop if quest 'Prevent the Accord' is rewarded"), +(1, 26349, 36746, 0, 1, 8, 0, 12005, 0, 0, 0, 0, 0, "", "Item 'Goramosh's Strange Device' can drop if quest 'Prevent the Accord' is rewarded"); |
