mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user