mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 22:37:06 +00:00
This is first commit in chain for remove oudated and not used pet functionality. * Use instead dropped table CreatureSpellData.dbc if creature_template.PetSpellDataId set (mostly hunter pets) * Use creature_template.spellN if not set creature_template.PetSpellDataId (mostly different summon creatures) * Fixed bug with not removing from action bar spell icon for not ranked unlearned spells. Note: summoned controllable creatures without PetSpellDataId must have expected spells in spellN feilds for creature_template.
4 lines
180 B
SQL
4 lines
180 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_7884_02_mangos_playercreateinfo_action required_7886_01_mangos_petcreateinfo_spell bit;
|
|
|
|
DROP TABLE IF EXISTS `petcreateinfo_spell`;
|
|
|