diff options
| author | Killyana <morphone1@gmail.com> | 2016-05-31 16:47:04 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-01-11 22:59:46 +0100 |
| commit | 956125831d910315932b7e33bea72af9c729bbd9 (patch) | |
| tree | 94939ae909f429f524cd64ec370d7bd8f99bf519 | |
| parent | cc81bbac1556f2ad5cab8b5114608c8777d90d9f (diff) | |
DB/conditions: Fix quest Condition to loot item "Vrykul Scroll of Ascension
Closes #17238
By SnapperRy
(cherry picked from commit 62423994571f81a9313c949fa102df09e38546ac)
| -rw-r--r-- | sql/updates/world/master/2017_01_11_07_world_2016_05_31_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_11_07_world_2016_05_31_03_world.sql b/sql/updates/world/master/2017_01_11_07_world_2016_05_31_03_world.sql new file mode 100644 index 00000000000..60c07d15735 --- /dev/null +++ b/sql/updates/world/master/2017_01_11_07_world_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; |
