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:
myran2
2016-04-29 11:49:07 -04:00
committed by Shauren
parent 6c71c8694f
commit bc1a81747a
16 changed files with 292 additions and 257 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `character_pet` ADD `specialization` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `abdata`;