Skip to content

Commit

Permalink
[10399] Fixed typo in doc/EventAI.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMangos committed Aug 22, 2010
1 parent a85fed4 commit 510f66e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/EventAI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10398"
#define REVISION_NR "10399"
#endif // __REVISION_NR_H__

0 comments on commit 510f66e

Please sign in to comment.