aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2017_04_22_00_world_335.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_04_22_00_world_335.sql b/sql/updates/world/3.3.5/2017_04_22_00_world_335.sql
new file mode 100644
index 00000000000..a4d36b3dbd8
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_04_22_00_world_335.sql
@@ -0,0 +1,5 @@
+-- replace "Mac" with actual player name ($N) in the reward text
+UPDATE `quest_offer_reward`
+SET `RewardText`= "Great Spirit Totem! This is dire news indeed. I must begin to plan for whatever may come.$b$b$N, as promised, here is your reward for your brave service.$b$b"
+WHERE `ID`= 5064;
+--