mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-12 11:43:54 +00:00
fix(DB/quest_offer_reward_locale): Add ruRU localization to "An Aggressive Defense" quest (#14205)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `quest_offer_reward_locale` WHERE `ID`=1045 AND `locale`='ruRU';
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(1045, 'ruRU', 'Славная работа, $N. Спасибо тебе.', 18019);
|
||||
Reference in New Issue
Block a user