diff options
Diffstat (limited to 'src/config/classes/general.h')
-rw-r--r-- | src/config/classes/general.h | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/config/classes/general.h b/src/config/classes/general.h index 6e6cc1425..206f57b37 100644 --- a/src/config/classes/general.h +++ b/src/config/classes/general.h @@ -1,11 +1,11 @@ -// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL -// For more information, see LICENCE in the main folder +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// See the LICENSE file +// Portions Copyright (c) Athena Dev Teams #ifndef _CONFIG_GENERAL_H_ #define _CONFIG_GENERAL_H_ /** - * rAthena configuration file (http://rathena.org) - * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ + * Hercules configuration file (http://hercules.ws) **/ /** @@ -17,6 +17,11 @@ #define MAGIC_REFLECTION_TYPE 1 /** + * Spirit Sphere Limitation + **/ +#define MAX_SPIRITBALL 15 + +/** * No settings past this point **/ |