[11663] Check at EventAI scripts load diff reqs for event ai real call

* Script existence <-> `creature_template`.`AIName`="EventAI"
* In strict DB check mode: script existence conflict with setting `creature_template`.`ScriptName`
This commit is contained in:
VladimirMangos 2011-06-24 03:27:57 +04:00
parent 0413ff9c34
commit 9620e01157
2 changed files with 18 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11662"
#define REVISION_NR "11663"
#endif // __REVISION_NR_H__