diff options
| -rw-r--r-- | sql/updates/world/3.3.5/2017_08_12_00_world.sql | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_08_12_00_world.sql b/sql/updates/world/3.3.5/2017_08_12_00_world.sql new file mode 100644 index 00000000000..232c6a175c3 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_08_12_00_world.sql @@ -0,0 +1,8 @@ +-- A Haunted History (10624): add missing bits of Progress text & Reward text +UPDATE `quest_request_items` + SET `CompletionText`="What do you mean? I'm going to make something out of the ash - obviously." + WHERE `ID` = 10624; + +UPDATE `quest_offer_reward` + SET `RewardText`="Your world is about to change, $N.$B$B<Hildagard begins crafting something out of the ash.>" + WHERE `ID` = 10624;  | 
