diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-01-20 08:11:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 08:11:39 +0100 |
commit | c715ea698ac52fde3181c02b14e0fc59e6f77f6d (patch) | |
tree | 95ffdd8071c3fe8d7cd074d927e1b27307e09c38 | |
parent | 970351eb16158a9083a3477d52aadbb85fa322cc (diff) |
DB/Text: Delete two cata texts from db
closes #29588 by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2024_01_20_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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); |