DB/Text: Delete two cata texts from db

closes #29588 by CraftedRO
This commit is contained in:
Aokromes
2024-01-20 08:11:39 +01:00
committed by GitHub
parent 970351eb16
commit c715ea698a

View File

@@ -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);