diff options
| author | Nay <dnpd.dd@gmail.com> | 2011-07-05 15:09:40 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2011-07-05 15:09:40 +0100 |
| commit | 283ec002ae75827af4cff50908babf5e35f240d5 (patch) | |
| tree | 8b0b8c3d2353faaac4e75636bc62698dd964285f | |
| parent | 2bf3bc334cb2c27aee968cd860a038f20b9c926c (diff) | |
DB/Factions: Increase 4 times the reputation gains of Timbermaw quests. Closes #989
| -rw-r--r-- | sql/updates/world/2011_07_05_01_world_reputation_rate.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
