mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Pets: Implemented pet specializations (#17058)
* Use prepared statements in Pet::SavePetToDB * Add support for resetting all of a player's pet specializations * Send one big spell unlearn/learn packet instead of lots of small ones * Implemented Adaptation talent
This commit is contained in:
1
sql/updates/characters/6.x/2016_05_26_00_characters.sql
Normal file
1
sql/updates/characters/6.x/2016_05_26_00_characters.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `character_pet` ADD `specialization` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `abdata`;
|
||||
Reference in New Issue
Block a user