diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-23 01:37:16 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-23 01:37:16 +0000 |
commit | ca9eab23b34f2fe839aea1ef90673e1d3f73c533 (patch) | |
tree | eea6eb4fe7fbabda1c9511941921eaef1d1a3755 /src/map/battle.c | |
parent | d08465093859b1df55f66bcbd31e0c4d9e392132 (diff) | |
download | hercules-ca9eab23b34f2fe839aea1ef90673e1d3f73c533.tar.gz hercules-ca9eab23b34f2fe839aea1ef90673e1d3f73c533.tar.bz2 hercules-ca9eab23b34f2fe839aea1ef90673e1d3f73c533.tar.xz hercules-ca9eab23b34f2fe839aea1ef90673e1d3f73c533.zip |
- Fixed a compilation problem with the pid plugin
- Some minor cleanups
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10322 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 358eb5746..59969422f 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -4080,7 +4080,7 @@ void battle_set_defaults() { battle_config.pc_luk_sc_def = 300; battle_config.mob_luk_sc_def = 300; battle_config.pc_max_sc_def = 100; - battle_config.mob_max_sc_def = 50; + battle_config.mob_max_sc_def = 100; battle_config.sg_miracle_skill_ratio=1; battle_config.sg_angel_skill_ratio=1; battle_config.sg_miracle_skill_duration=3600000; |