[7622] Added creatureAI with related database tables.

Code and concept (also known as EventAI) by ScriptDev2.
Note: database table layout are compatible with original db-scripts.
This commit is contained in:
AlexDereka 2009-04-05 22:53:12 +04:00
parent d6223e18f5
commit 6bb6ff0f7e
19 changed files with 2936 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7621"
#define REVISION_NR "7622"
#endif // __REVISION_NR_H__