mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Misc: Reputation reward rate for Cenarion Circle & Argent Dawn quests
Closes #27231
(cherry picked from commit 17c02c7c97)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user