diff options
-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); |