From 6cbd1a241a19ff4f10ea468fa7bedd644c1050b6 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sat, 6 Jul 2024 19:29:23 +0200 Subject: DB/Hotfixes: removed blob data which should go into AreaTriggerActionSet --- sql/updates/hotfixes/cata_classic/2024_07_06_00_hotfixes.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/hotfixes/cata_classic/2024_07_06_00_hotfixes.sql (limited to 'sql') diff --git a/sql/updates/hotfixes/cata_classic/2024_07_06_00_hotfixes.sql b/sql/updates/hotfixes/cata_classic/2024_07_06_00_hotfixes.sql new file mode 100644 index 00000000000..2fa3227248a --- /dev/null +++ b/sql/updates/hotfixes/cata_classic/2024_07_06_00_hotfixes.sql @@ -0,0 +1 @@ +DELETE FROM `hotfix_blob` WHERE `TableHash`= 0x5C4BBB1F; -- cgit v1.2.3