[8233] Implement new EventAI action ACTION_T_SET_INVINCEABILITY_HP_LEVEL.

Action set min. health value that can be set for creature in result damage apply.
It can be used in duel like events with creatures to prevent killing creature and other
cases when creature must avoid damage at some health level while it used.
This commit is contained in:
VladimirMangos 2009-07-23 12:37:14 +04:00
parent 6c395cf79c
commit dce0941511
5 changed files with 54 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8232"
#define REVISION_NR "8233"
#endif // __REVISION_NR_H__