Core/Players: Fixed accidentally deleting Talents

Note: If you want to delete deprecated Talents from DB, enable the CharacterDatabaseCleaner
This commit is contained in:
joschiwald
2017-01-22 02:20:12 +01:00
parent 5d1f213dad
commit d3ee5a2d32
6 changed files with 17 additions and 45 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `character_talent`
CHANGE `spell` `talentId` MEDIUMINT(8) UNSIGNED NOT NULL;