From 003b096215158ecc37cbdabff94b275da964ed92 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 21 Feb 2022 12:14:20 +0100 Subject: [PATCH] DB: drop long deprecated spell_proc_event table --- sql/updates/world/4.3.4/2022_02_21_01_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/4.3.4/2022_02_21_01_world.sql diff --git a/sql/updates/world/4.3.4/2022_02_21_01_world.sql b/sql/updates/world/4.3.4/2022_02_21_01_world.sql new file mode 100644 index 00000000000..b4652ecef4d --- /dev/null +++ b/sql/updates/world/4.3.4/2022_02_21_01_world.sql @@ -0,0 +1 @@ +DROP TABLE IF EXISTS `spell_proc_event`;