mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(DB/Quest): 'He Will Walk The Earth' Should have quest rewards (#14406)
This commit is contained in:
1
data/sql/updates/pending_db_world/hewillwalktheearth.sql
Normal file
1
data/sql/updates/pending_db_world/hewillwalktheearth.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `quest_template` SET `RewardChoiceItemID1` = 25574, `RewardChoiceItemQuantity1` = 1, `RewardChoiceItemID2` = 25575, `RewardChoiceItemQuantity2` = 1, `RewardChoiceItemID3` = 25576, `RewardChoiceItemQuantity3` = 1 WHERE (`ID` = 9866);
|
||||
Reference in New Issue
Block a user