diff options
| author | offl <offl@users.noreply.github.com> | 2021-11-02 03:30:28 +0200 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2021-11-02 03:30:28 +0200 |
| commit | 17c02c7c97664e58a29b16fe59635bdf4ae96abf (patch) | |
| tree | a030232cd43bcf430d63fcecc3fde4eb98822f5d | |
| parent | efad99d3e67e76a95933c9162b0142f36f759ffd (diff) | |
DB/Misc: Reputation reward rate for Cenarion Circle & Argent Dawn quests
Closes #27231
| -rw-r--r-- | sql/updates/world/3.3.5/2021_11_02_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_11_02_02_world.sql b/sql/updates/world/3.3.5/2021_11_02_02_world.sql new file mode 100644 index 00000000000..279c06d2945 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_11_02_02_world.sql @@ -0,0 +1,4 @@ +-- Patch 2.2.0 (2007-09-25): The following old-world factions have had their acquisition rate significantly increased: Cenarion Circle, Argent Dawn and Timbermaw Hold. +-- x2 in 2.2.0 +-- x4 somewhere in 3xx for Timbermaw Hold (already adjusted) +UPDATE `reputation_reward_rate` SET `quest_rate` = 2, `quest_repeatable_rate` = 2 WHERE `faction` IN (529,609); |
