aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/hotfixes
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-07-27 01:16:01 +0200
committerOvahlord <dreadkiller@gmx.de>2024-07-27 11:03:38 +0200
commit03b6898518e9321fdb1b805b7757bf4801fa8d08 (patch)
treeae2f2f5d32f4e2be01d6a7dfee1f344cdfeef83d /sql/updates/hotfixes
parentacfba7fa1497d583a3c814db6e0161fe72bdfec9 (diff)
Core/Player: initial work on implementing talents for Cataclysm
- use a new structure to hold talent group data which will eventually replace the old master branch implementation - added support for unlocking dual talent specialization and switching specs - added basic support for learning and resetting talents
Diffstat (limited to 'sql/updates/hotfixes')
-rw-r--r--sql/updates/hotfixes/cata_classic/2024_07_27_00_hotfixes.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/cata_classic/2024_07_27_00_hotfixes.sql b/sql/updates/hotfixes/cata_classic/2024_07_27_00_hotfixes.sql
new file mode 100644
index 00000000000..270ff6af610
--- /dev/null
+++ b/sql/updates/hotfixes/cata_classic/2024_07_27_00_hotfixes.sql
@@ -0,0 +1,2 @@
+DROP TABLE IF EXISTS `specialization_spells`;
+DROP TABLE IF EXISTS `specialization_spells_locale`;