mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
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.
This commit is contained in:
5
sql/updates/world/3.3.5/2017_04_22_00_world_335.sql
Normal file
5
sql/updates/world/3.3.5/2017_04_22_00_world_335.sql
Normal file
@@ -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;
|
||||
--
|
||||
Reference in New Issue
Block a user