From 2c40308671871f7b1740e8e8055ad0e92da8ce86 Mon Sep 17 00:00:00 2001 From: funjoker Date: Thu, 15 May 2025 04:59:36 +0200 Subject: DB/Hotfixes: Clean up hotfix database --- sql/updates/hotfixes/wotlk_classic/2025_05_15_00_hotfixes.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/hotfixes/wotlk_classic/2025_05_15_00_hotfixes.sql diff --git a/sql/updates/hotfixes/wotlk_classic/2025_05_15_00_hotfixes.sql b/sql/updates/hotfixes/wotlk_classic/2025_05_15_00_hotfixes.sql new file mode 100644 index 00000000000..23c40ba40ef --- /dev/null +++ b/sql/updates/hotfixes/wotlk_classic/2025_05_15_00_hotfixes.sql @@ -0,0 +1,2 @@ +DELETE FROM `hotfix_data`; +DELETE FROM `hotfix_blob`; -- cgit v1.2.3