[12693] Improvements for NPC summoning code

* Inherit faction for guardians and similar - this will prevent a bunch of pet faction related error messages
* Inherit level from responsible caster and not only caster
* Improve default position selection for summon spells for GO-casts \n
(original author @Schmoozerd)
This commit is contained in:
sanctum32 2013-10-21 07:30:42 +03:00 committed by Antz
parent edd057033a
commit c51359a547
2 changed files with 24 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12692"
#define REVISION_NR "12693"
#endif // __REVISION_NR_H__