From eecf4c0fbc96e6a12c016db652f3fd049f101aff Mon Sep 17 00:00:00 2001 From: offl Date: Tue, 2 Nov 2021 03:30:28 +0200 Subject: DB/Misc: Reputation reward rate for Cenarion Circle & Argent Dawn quests Closes #27231 (cherry picked from commit 17c02c7c97664e58a29b16fe59635bdf4ae96abf) --- sql/updates/world/master/2022_03_21_02_world_2021_11_02_02_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2022_03_21_02_world_2021_11_02_02_world.sql (limited to 'sql') 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); -- cgit v1.2.3