diff options
author | funjoker <funjoker109@gmail.com> | 2025-05-15 04:59:36 +0200 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2025-05-15 04:59:36 +0200 |
commit | 2c40308671871f7b1740e8e8055ad0e92da8ce86 (patch) | |
tree | 0c74e5f0e786f4c55774485a45c983898a9fde62 | |
parent | b2335abdeebdcf77273c2feb6fee09026d485c59 (diff) |
DB/Hotfixes: Clean up hotfix database
-rw-r--r-- | sql/updates/hotfixes/wotlk_classic/2025_05_15_00_hotfixes.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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`; |