diff options
| author | Killyana <morphone1@gmail.com> | 2016-05-31 16:47:04 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-05-31 16:47:04 +0200 |
| commit | 62423994571f81a9313c949fa102df09e38546ac (patch) | |
| tree | aafeb585eb1953822261972368bf24508cd32382 | |
| parent | e518e297ef8d2e1c65751443982ccf218b7de6ed (diff) | |
DB/conditions: Fix quest Condition to loot item "Vrykul Scroll of Ascension
Closes #17238
By SnapperRy
| -rw-r--r-- | sql/updates/world/3.3.5/2016_05_31_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_05_31_03_world.sql b/sql/updates/world/3.3.5/2016_05_31_03_world.sql new file mode 100644 index 00000000000..60c07d15735 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_05_31_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `conditions` SET `ConditionValue1`=11248, `Comment`='Winterskorn mobs drop item 33314 only if Quest 11248 has been rewarded' WHERE `SourceTypeOrReferenceId`=1 AND `SourceEntry`=33314; +UPDATE `conditions` SET `ConditionValue1`=11256, `Comment`='Winterskorn mobs drop item 33345 only if Quest 11256 has been rewarded' WHERE `SourceTypeOrReferenceId`=1 AND `SourceEntry`=33345; |
