diff options
| author | offl <offl@users.noreply.github.com> | 2021-11-02 03:30:28 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-21 21:09:56 +0100 |
| commit | eecf4c0fbc96e6a12c016db652f3fd049f101aff (patch) | |
| tree | 1f2d9f3e121105345e4fb7a3e972ee05731cfd6e | |
| parent | 559573bea839b919d3d0766225c7705ef303712b (diff) | |
DB/Misc: Reputation reward rate for Cenarion Circle & Argent Dawn quests
Closes #27231
(cherry picked from commit 17c02c7c97664e58a29b16fe59635bdf4ae96abf)
| -rw-r--r-- | sql/updates/world/master/2022_03_21_02_world_2021_11_02_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_21_02_world_2021_11_02_02_world.sql b/sql/updates/world/master/2022_03_21_02_world_2021_11_02_02_world.sql new file mode 100644 index 00000000000..279c06d2945 --- /dev/null +++ b/sql/updates/world/master/2022_03_21_02_world_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); |
