mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/Quest): The Kalu'ak dailies reward 500 rep (#23600)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `quest_template` SET `RewardFactionValue1` = 5 WHERE (`ID` = 11472);
|
||||
UPDATE `quest_template` SET `RewardFactionValue1` = 5, `RewardFactionOverride1` = 0 WHERE (`ID` = 11945);
|
||||
Reference in New Issue
Block a user