DB: fixed a typo in 2023_11_19_00_characters.sql

This commit is contained in:
Ovahlord
2023-11-20 02:24:11 +01:00
parent a75160131e
commit 352d8b5862

View File

@@ -1,4 +1,4 @@
ALTER TABLE `characters_10x`.`characters`
ALTER TABLE `characters`
DROP COLUMN `activeTalentGroup`,
CHANGE `primarySpecialization` `activeTalentGroup` TINYINT UNSIGNED DEFAULT 0 NOT NULL,
ADD COLUMN `bonusTalentGroups` TINYINT UNSIGNED DEFAULT 0 NOT NULL AFTER `activeTalentGroup`;