mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
DB: fixed a typo in 2023_11_19_00_characters.sql
This commit is contained in:
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user