Core/Reputation:

- Fix copy and paste fail (thx zorix)
- Add new field for monthly rate quests
This commit is contained in:
Vincent-Michael
2012-12-04 15:58:57 +01:00
parent 2b3b124e09
commit c90ec469db
5 changed files with 25 additions and 7 deletions
@@ -0,0 +1 @@
ALTER TABLE `reputation_reward_rate` ADD `quest_monthly_rate` FLOAT NOT NULL DEFAULT '1' AFTER `quest_weekly_rate`;