[10399] Fixed typo in doc/EventAI.txt

This commit is contained in:
VladimirMangos 2010-08-22 13:39:21 +04:00
parent 3766eee71b
commit d1172a1b9b
2 changed files with 2 additions and 2 deletions

View file

@ -830,7 +830,7 @@ Below is the list of current Event Flags that EventAI can handle. Event flags ar
2 4 EFLAG_DIFFICULTY_1 Event occurs in instance difficulty 1 (will not occur if not set)
3 8 EFLAG_DIFFICULTY_2 Event occurs in instance difficulty 2 (will not occur if not set)
4 16 EFLAG_DIFFICULTY_3 Event occurs in instance difficulty 3 (will not occur if not set)
8 32 EFLAG_RANDOM_ACTION At event occur execute one random action from event actions instead all actions.
5 32 EFLAG_RANDOM_ACTION At event occur execute one random action from event actions instead all actions.
6 64
7 128 EFLAG_DEBUG_ONLY Prevents events from occuring on Release builds. Useful for testing new features.

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10398"
#define REVISION_NR "10399"
#endif // __REVISION_NR_H__