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-05-26 17:20:01 +02:00
committed by Shauren
parent 6c71c8694f
commit bc1a81747a
16 changed files with 292 additions and 257 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
ALTER TABLE `character_pet` ADD `specialization` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `abdata`;