diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-05 07:04:22 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-05 07:04:22 +0000 |
commit | 8e87d2d3248835de4a3677fa16c8abf31e36e570 (patch) | |
tree | 06e7f070863e2eeab7b3af9d434a3632045d454c /src/map/battle.h | |
parent | dc28241d3c6716fed00b78d9a6977f89c4644178 (diff) | |
download | hercules-8e87d2d3248835de4a3677fa16c8abf31e36e570.tar.gz hercules-8e87d2d3248835de4a3677fa16c8abf31e36e570.tar.bz2 hercules-8e87d2d3248835de4a3677fa16c8abf31e36e570.tar.xz hercules-8e87d2d3248835de4a3677fa16c8abf31e36e570.zip |
* Fixed skill_require_db reading somehow getting corrupted if weapons usable for the skill is more than 20
* Fixed @killmonster crashing the server with summoned monsters
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@908 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 021346294..29b537080 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -357,6 +357,7 @@ extern struct Battle_Config { int allow_atcommand_when_mute; // [celest] int finding_ore_rate; // orn int exp_calc_type; + int double_login_system; #ifndef TXT_ONLY /* SQL-only options */ int mail_system; // [Valaris] |