Fix for sympathetic proc code to allow for it to be properly checked from spell buffs.

This commit is contained in:
KayenEQ
2015-03-24 01:42:34 -04:00
parent 0cf5cca415
commit 340ed6c59d
2 changed files with 6 additions and 6 deletions
+1
View File
@@ -38,6 +38,7 @@
#define MAX_RESISTABLE_EFFECTS 12 // Number of effects that are typcially checked agianst resists.
#define MaxLimitInclude 16 //Number(x 0.5) of focus Limiters that have inclusive checks used when calcing focus effects
#define MAX_SKILL_PROCS 4 //Number of spells to check skill procs from. (This is arbitrary) [Single spell can have multiple proc checks]
#define MAX_SYMPATHETIC_PROCS 10 // Number of sympathetic procs a client can have (This is arbitrary)
const int Z_AGGRO=10;