[Bug Fix] Update to #1893 (#1926)

* Update to #1893

* Missed bonuses.cpp
This commit is contained in:
JJ
2022-01-12 22:04:58 -05:00
committed by GitHub
parent 1a556f4451
commit 613066976d
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -190,7 +190,7 @@
#define MAX_FOCUS_PROC_LIMIT_TIMERS 20 //Number of focus recast timers that can be going at same time (This is arbitrary)
#define MAX_PROC_LIMIT_TIMERS 8 //Number of proc delay timers that can be going at same time, different proc types get their own timer array. (This is arbitrary)
#define MAX_APPEARANCE_EFFECTS 20 //Up to 20 Appearance Effects can be saved to a mobs appearance effect array, these will be sent to other clients when they enter a zone (This is arbitrary)
#define MAX_CAST_ON_SKILL_USE 36; //Actual amount is MAX/3
#define MAX_CAST_ON_SKILL_USE 36 //Actual amount is MAX/3
const int Z_AGGRO=10;