diff options
Diffstat (limited to 'src/game/Unit.h')
| -rw-r--r-- | src/game/Unit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index cee3a93339b..f153c725edf 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -822,7 +822,8 @@ enum ReactiveType }; #define MAX_REACTIVE 3 -#define MAX_TOTEM 6 +#define MAX_TOTEM 4 +#define MAX_SUMMON_SLOT 6 struct AuraSlotEntry { |
