diff --git a/data/sql/updates/pending_db_world/fix-quest-9175-typo.sql b/data/sql/updates/pending_db_world/fix-quest-9175-typo.sql new file mode 100644 index 000000000..2b3320aff --- /dev/null +++ b/data/sql/updates/pending_db_world/fix-quest-9175-typo.sql @@ -0,0 +1 @@ +UPDATE `quest_offer_reward` SET `RewardText` = 'You say that you found it on one of the Scourge at Windrunner Spire and that there\'s an inscription on it? Let me see!$B$BHere, take this coin for a job well done.' WHERE (`ID` = 9175);