diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-06 00:32:18 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-06 00:32:18 +0000 |
commit | 4ba59cf067832f8297f182eb830d9bdf60b23db8 (patch) | |
tree | aaeb2cd735aa27b1da03d71215e0223595864a95 /src/map/battle.c | |
parent | 7f407d3cf12cc7141ccfd58e022a73baacb6a456 (diff) | |
download | hercules-4ba59cf067832f8297f182eb830d9bdf60b23db8.tar.gz hercules-4ba59cf067832f8297f182eb830d9bdf60b23db8.tar.bz2 hercules-4ba59cf067832f8297f182eb830d9bdf60b23db8.tar.xz hercules-4ba59cf067832f8297f182eb830d9bdf60b23db8.zip |
- Corrected the max level of NPC_DARKBREATH 10->5 (don't ask, I need these things right :P)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6497 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 c773cc5bf..af477cb2c 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3815,7 +3815,6 @@ static const struct battle_data_short { { "exp_calc_type", &battle_config.exp_calc_type}, // [celest]
{ "min_skill_delay_limit", &battle_config.min_skill_delay_limit}, // [celest]
{ "default_skill_delay", &battle_config.default_skill_delay}, // [Skotlex]
-
{ "require_glory_guild", &battle_config.require_glory_guild}, // [celest]
{ "idle_no_share", &battle_config.idle_no_share}, // [celest], for a feature by [MouseJstr]
{ "party_even_share_bonus", &battle_config.party_even_share_bonus},
|