From 0fe66b4c51944a775ea91dbeff31cd5decc8a918 Mon Sep 17 00:00:00 2001 From: tkrokli Date: Sat, 22 Apr 2017 08:08:49 +0200 Subject: DB/Quests: show actual player name in reward text (5064) - http://www.wowhead.com/quest=5064/grimtotem-spying Quest: Grimtotem Spying Current RewardText contains the name 'Mac' instead of $N. This update will replace it and show the player name as intended. --- sql/updates/world/3.3.5/2017_04_22_00_world_335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_04_22_00_world_335.sql (limited to 'sql') 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; +-- -- cgit v1.2.3