[10522] Fix periodic procs - spells that require periodic healing to proc need to be defined in spell_proc_event with procEx PROC_EX_PERIODIC_POSITIVE, by default all procs without it are negative

This commit is contained in:
Laise 2010-09-23 14:26:56 +02:00
parent cc16743074
commit daf7041231
4 changed files with 11 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10521"
#define REVISION_NR "10522"
#endif // __REVISION_NR_H__