From c715ea698ac52fde3181c02b14e0fc59e6f77f6d Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 20 Jan 2024 08:11:39 +0100 Subject: DB/Text: Delete two cata texts from db closes #29588 by CraftedRO --- sql/updates/world/3.3.5/2024_01_20_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_01_20_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2024_01_20_00_world.sql b/sql/updates/world/3.3.5/2024_01_20_00_world.sql new file mode 100644 index 00000000000..8ea65df590f --- /dev/null +++ b/sql/updates/world/3.3.5/2024_01_20_00_world.sql @@ -0,0 +1,4 @@ +-- Delete two cata texts from db +DELETE FROM `npc_text` WHERE `ID` IN (18268,17425); +DELETE FROM `broadcast_text` WHERE `ID` IN (52965,48369); +DELETE FROM `broadcast_text_locale` WHERE `ID` IN (52965,48369); -- cgit v1.2.3