From 6d3ece8ce4fd39d90795c7db4a8c27bae4ba89cd Mon Sep 17 00:00:00 2001 From: PivanDepolo <64589699+PivanDepolo@users.noreply.github.com> Date: Thu, 29 Jun 2023 17:58:23 +0300 Subject: [PATCH] fix(DB/quest_offer_reward_locale): Add ruRU localization to "An Aggressive Defense" quest (#14205) --- data/sql/updates/pending_db_world/tryrenamefile.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/tryrenamefile.sql diff --git a/data/sql/updates/pending_db_world/tryrenamefile.sql b/data/sql/updates/pending_db_world/tryrenamefile.sql new file mode 100644 index 000000000..224ad02c3 --- /dev/null +++ b/data/sql/updates/pending_db_world/tryrenamefile.sql @@ -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);