[12041] Refactor Npc Summoning code

* Do positions handling in one place for all npc summon spell types
* Handle a bunch of shared post-summoning processing also in a shared place
* Ensure that summon positions have proper z, thx to Reamer for this part
This commit is contained in:
Schmoozerd 2012-07-15 02:01:42 +02:00
parent 6b50ce1f1a
commit dc60abae90
3 changed files with 391 additions and 394 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12040"
#define REVISION_NR "12041"
#endif // __REVISION_NR_H__