From 283ec002ae75827af4cff50908babf5e35f240d5 Mon Sep 17 00:00:00 2001 From: Nay Date: Tue, 5 Jul 2011 15:09:40 +0100 Subject: DB/Factions: Increase 4 times the reputation gains of Timbermaw quests. Closes #989 --- sql/updates/world/2011_07_05_01_world_reputation_rate.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2011_07_05_01_world_reputation_rate.sql (limited to 'sql') diff --git a/sql/updates/world/2011_07_05_01_world_reputation_rate.sql b/sql/updates/world/2011_07_05_01_world_reputation_rate.sql new file mode 100644 index 00000000000..798f6106f72 --- /dev/null +++ b/sql/updates/world/2011_07_05_01_world_reputation_rate.sql @@ -0,0 +1,2 @@ +-- Timbermaw (spell_rate was 4, quest_rate was 1) +UPDATE `reputation_reward_rate` SET `quest_rate`=4,`spell_rate`=1 WHERE `faction`=576; -- cgit v1.2.3