DB/Reputation: fix reputation gains for Kurenai.

Values in table reputation_reward_rate were somehow swapped.
This commit is contained in:
SnapperRy
2016-09-19 14:20:35 +02:00
committed by GitHub
parent f27efa5957
commit cd7f1e7f23

View File

@@ -0,0 +1,2 @@
--
UPDATE `reputation_reward_rate` SET `quest_rate`=2, `spell_rate`=1 WHERE `faction`=978;