diff options
-rw-r--r-- | sql/updates/world/master/2020_08_22_11_world_2017_08_06_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_22_11_world_2017_08_06_02_world.sql b/sql/updates/world/master/2020_08_22_11_world_2017_08_06_02_world.sql new file mode 100644 index 00000000000..a52a0923648 --- /dev/null +++ b/sql/updates/world/master/2020_08_22_11_world_2017_08_06_02_world.sql @@ -0,0 +1,4 @@ +-- Surveying the Ruins (quest ID 10335): add missing last half of RewardText +UPDATE `quest_offer_reward` + SET `RewardText`="You're not just pulling my bandage, right? That's most excellent news!$B$BNow that you've done the surveying grunt-work, I'll be able to take my team up to the ruins and see what's there to be procured.$B$BYou have my thanks, $c." + WHERE `Id`=10335; |