diff options
-rw-r--r-- | sql/updates/world/3.3.5/2017_08_06_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_08_06_03_world.sql b/sql/updates/world/3.3.5/2017_08_06_03_world.sql new file mode 100644 index 00000000000..a8e5bd75f3c --- /dev/null +++ b/sql/updates/world/3.3.5/2017_08_06_03_world.sql @@ -0,0 +1,4 @@ +-- A Boaring Time for Grulloc (quest ID 10721): use RewardText instead of QuestDescription +UPDATE `quest_offer_reward` + SET `RewardText`="<Baron Sablemane peers inside the gronn's sack and seems satisfied.>$B$BVery well, you have upheld your end of the bargain. With that price paid, I will give Rexxar what he seeks." + WHERE `Id`=10721; |