From 98f383695b537189af5be2f6e030d26a7b3adb9c Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 23 Dec 2019 16:42:11 +0100 Subject: DB/Locales: Fix typo in zhTW quest_template_locale Ref https://github.com/TrinityCore/TrinityCore/commit/896b2d6c26e061b98d490712f5eaab0faed92feb#r36551548 --- sql/updates/world/3.3.5/2019_12_23_01_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_12_23_01_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_12_23_01_world_335.sql b/sql/updates/world/3.3.5/2019_12_23_01_world_335.sql new file mode 100644 index 00000000000..5c2d13d33b5 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_12_23_01_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_locale` SET `EndText`="", `CompletedText`="" WHERE `ID`=33 AND `locale`="zhTW"; -- cgit v1.2.3