From b5e681e682de50edaa98a3c619675477cf28b8d3 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 1 Sep 2024 06:52:54 +0200 Subject: Core/Misc: removed most retail specialization code and restored legacy functionality for Classic --- sql/updates/hotfixes/cata_classic/2024_09_01_00_hotfixes.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/hotfixes/cata_classic/2024_09_01_00_hotfixes.sql (limited to 'sql') diff --git a/sql/updates/hotfixes/cata_classic/2024_09_01_00_hotfixes.sql b/sql/updates/hotfixes/cata_classic/2024_09_01_00_hotfixes.sql new file mode 100644 index 00000000000..2ad5240ed13 --- /dev/null +++ b/sql/updates/hotfixes/cata_classic/2024_09_01_00_hotfixes.sql @@ -0,0 +1,5 @@ +DROP TABLE IF EXISTS `chr_specialization`; +DROP TABLE IF EXISTS `chr_specialization_locale`; +DROP TABLE IF EXISTS `item_spec`; +DROP TABLE IF EXISTS `item_spec_override`; +DROP TABLE IF EXISTS `spec_set_member`; -- cgit v1.2.3