[9087] Fixes in pet unsummons

* Not unsummon warlock pets at logout.
* Prevent overwrite current saved pet at save secondary pet (with temporary unsummoned first).
  This possible at arena for example.
* Not fixed: in char list at login pet don't must be show with character if character saved at mount in game.
  Not critical and maybe not need fix as feature ;)
This commit is contained in:
VladimirMangos 2009-12-30 21:49:54 +03:00
parent 468295392d
commit 305b54d242
2 changed files with 9 additions and 20 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9086"
#define REVISION_NR "9087"
#endif // __REVISION_NR_H__