diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-12 16:30:51 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-12 16:30:51 +0000 |
commit | 0b960ee5b5373b5b8343e2310bc148a2c345bd61 (patch) | |
tree | 995a97456167690a1c7882ba298159491ecc4a6c /src/map/battle.c | |
parent | 1007b1ff4a5a9d01a3133b5c255bf115976d6daa (diff) | |
download | hercules-0b960ee5b5373b5b8343e2310bc148a2c345bd61.tar.gz hercules-0b960ee5b5373b5b8343e2310bc148a2c345bd61.tar.bz2 hercules-0b960ee5b5373b5b8343e2310bc148a2c345bd61.tar.xz hercules-0b960ee5b5373b5b8343e2310bc148a2c345bd61.zip |
- Updated cast times of Kaupe and Kaahi.
- Some small code cleanups.
- Sma has cast-dex reducable now.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6564 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index e3f479e2f..bbbd75f82 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3871,7 +3871,6 @@ static const struct battle_data_short { { "sg_miracle_skill_ratio", &battle_config.sg_miracle_skill_ratio },
{ "autospell_stacking", &battle_config.autospell_stacking },
{ "override_mob_names", &battle_config.override_mob_names },
-
};
static const struct battle_data_int {
|