mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 12:52:25 +01:00
DB/Quest: Fix typo in Reward text of quest 'Dangerous!' (567)
Closes #25408
This commit is contained in:
2
sql/updates/world/3.3.5/2020_09_09_04_world_335.sql
Normal file
2
sql/updates/world/3.3.5/2020_09_09_04_world_335.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Fix typo in Reward text of quest 'Dangerous!' (567)
|
||||
UPDATE `quest_offer_reward` SET `RewardText`= "You are quite the bounty hunter, $C. Well done." WHERE `ID`= 567;
|
||||
Reference in New Issue
Block a user