fix(DB/reputation): Sporeggar repeatable quest reputation rate (#2698)

The 2 repeatable quests of faction 970 had a wrong rate x3 instead of
x1.

Co-authored-by: Endeffect93 <55922592+Endeffect93@users.noreply.github.com>
Co-authored-by: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com>
This commit is contained in:
LukasVolgger
2020-03-28 02:44:50 +01:00
committed by GitHub
parent f5e38a7f57
commit 76bdbae9f4

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1582472809971331600');
UPDATE `reputation_reward_rate` SET `quest_repeatable_rate` = 1 WHERE `faction` = 970;