[8111] Implemented support for implicit specify owner when initializing stats for summoned pets.

* Speedup of summoning pets (no need to seach owner by guid)
* Fixed problem that summond pets from NPC had not initialized stats
  (pet was not in world in time of stat init thus owner was not found)

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-07-03 19:24:45 +02:00
parent 06dcbce4ee
commit aab121fcb2
4 changed files with 12 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8110"
#define REVISION_NR "8111"
#endif // __REVISION_NR_H__