mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Players: Fixed accidentally deleting Talents
Note: If you want to delete deprecated Talents from DB, enable the CharacterDatabaseCleaner
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `character_talent`
|
||||
CHANGE `spell` `talentId` MEDIUMINT(8) UNSIGNED NOT NULL;
|
||||
Reference in New Issue
Block a user