mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
fix(DB/quest_offer_reward_locale): Add ruRU localization to "An Aggressive Defense" quest (#14205)
This commit is contained in:
3
data/sql/updates/pending_db_world/tryrenamefile.sql
Normal file
3
data/sql/updates/pending_db_world/tryrenamefile.sql
Normal file
@@ -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