mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
* Other pet spell types auto-learned at level setup/load. * Code will cleanup pet_spell table from non-talents spell if detect any at load. * Free talents points recalculated at loading and levelup so store its in DB useless. Note: bug with not highlighting learned pet talents (except first line) until learn one more talent not fixed.
4 lines
188 B
SQL
4 lines
188 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_7887_01_characters_character_pet required_7903_01_characters_character_pet bit;
|
|
|
|
ALTER TABLE `character_pet`
|
|
DROP `talentpoints`;
|