diff options
| -rw-r--r-- | sql/updates/world/3.3.5/2018_03_20_00_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_20_00_world_335.sql b/sql/updates/world/3.3.5/2018_03_20_00_world_335.sql new file mode 100644 index 00000000000..903eeb4e352 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_20_00_world_335.sql @@ -0,0 +1,4 @@ +-- quest 'The Shattered Hand (2)' (ID 1858) +UPDATE `quest_offer_reward` + SET `RewardText`="Hmmm, now this is interesting. You've more than proved your worth with this, $n. I am quite impressed. Consider yourself the newest member of the Shattered Hand. And take this, it will be a great help to you in the future, I think." + WHERE `ID`=1858; |
