[8018] Implement EVENT_T_BUFFED and EVENT_T_TARGET_BUFFED for creature EventAI.

Its can be used for check specific spell auras stack size for event triggering.
This commit is contained in:
VladimirMangos 2009-06-15 02:24:08 +04:00
parent 3c9f9e3fa3
commit 5350dbafd9
5 changed files with 73 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8017"
#define REVISION_NR "8018"
#endif // __REVISION_NR_H__