diff options
author | Ovahlord <dreadkiller@gmx.de> | 2024-07-06 19:29:23 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2024-07-06 19:29:23 +0200 |
commit | 6cbd1a241a19ff4f10ea468fa7bedd644c1050b6 (patch) | |
tree | 410a738fc9fcd37102c9f2f34147f8df054c05ca | |
parent | b0a856a86dee94c032364077c37916af3a7dc36d (diff) |
DB/Hotfixes: removed blob data which should go into AreaTriggerActionSet
-rw-r--r-- | sql/updates/hotfixes/cata_classic/2024_07_06_00_hotfixes.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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; |