fix(DB/reputation): Kurenai and Mag'har reputation amount rewarded (#2783)
Correct reputation amount
This commit is contained in:
parent
b429b7331d
commit
75d4fb3dff
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1584790013870207000');
|
||||
|
||||
-- Set rates to 1 for faction "The Mag'har" & "Kurenai" to be blizzlike
|
||||
UPDATE `reputation_reward_rate` SET `quest_rate`=1, `quest_daily_rate`=1, `quest_repeatable_rate`=1 WHERE `faction`=941;
|
||||
UPDATE `reputation_reward_rate` SET `quest_daily_rate`=1, `quest_repeatable_rate`=1, `spell_rate`=1 WHERE `faction`=978;
|
||||
Loading…
Add table
Add a link
Reference in a new issue