[7903] Load and save for pets only talents. Not store unused (in fact) free talent point amount.

* 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.
This commit is contained in:
VladimirMangos 2009-05-28 01:57:52 +04:00
parent c87e51dae5
commit 0614a9eb75
6 changed files with 48 additions and 29 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7902"
#define REVISION_NR "7903"
#endif // __REVISION_NR_H__