[8826] Set creatures PvP state flag based on creature faction and rename related enum

Condition with custom flag civilian and player team only is not sufficient. This update also disallow use *_addon -table (second byte of bytes2) to set flag manually (small chance it may be needed)

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2009-11-17 15:40:24 +01:00
parent bc5fb40867
commit 84432d8459
4 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8825"
#define REVISION_NR "8826"
#endif // __REVISION_NR_H__