aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/characters/3.4.x/2023_11_19_00_characters.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/characters/3.4.x/2023_11_19_00_characters.sql b/sql/updates/characters/3.4.x/2023_11_19_00_characters.sql
new file mode 100644
index 00000000000..c20683eff7f
--- /dev/null
+++ b/sql/updates/characters/3.4.x/2023_11_19_00_characters.sql
@@ -0,0 +1,4 @@
+ALTER TABLE `characters_10x`.`characters`
+ DROP COLUMN `activeTalentGroup`,
+ CHANGE `primarySpecialization` `activeTalentGroup` TINYINT UNSIGNED DEFAULT 0 NOT NULL,
+ ADD COLUMN `bonusTalentGroups` TINYINT UNSIGNED DEFAULT 0 NOT NULL AFTER `activeTalentGroup`;