mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Core/Players: re-implement talents
*todo: class restriction and talent tier checks and remove the now useless learn all talents command
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `character_talent`
|
||||
ADD COLUMN `talentRank` TINYINT UNSIGNED DEFAULT 0 NOT NULL AFTER `talentId`;
|
||||
Reference in New Issue
Block a user