[7847] Replace paramter unions by uniton of event ai action type structures. Add/fix some loading checks.

* Also send to process function reference to strucutre instead large amount fields.
* Specially note that fixed check for first arg of action type 27 that before wrongly test as quest id,
when by using code expected creature id. Possible some used data wrongly can be quest ids....
This commit is contained in:
VladimirMangos 2009-05-18 22:39:35 +04:00
parent 2d4edd18f6
commit 07d00c3927
4 changed files with 537 additions and 427 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7846"
#define REVISION_NR "7847"
#endif // __REVISION_NR_H__