diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-09 18:55:43 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-09 18:55:43 +0000 |
commit | 0d13237a47e0421b187a26995205c4ce76e86d9d (patch) | |
tree | 8ca6b4a6057bb125228e9a3e7e4cc607fc3b8d8d /src/map/battle.c | |
parent | 2e65371907b33a90ea3ac37227275705f310f53a (diff) | |
download | hercules-0d13237a47e0421b187a26995205c4ce76e86d9d.tar.gz hercules-0d13237a47e0421b187a26995205c4ce76e86d9d.tar.bz2 hercules-0d13237a47e0421b187a26995205c4ce76e86d9d.tar.xz hercules-0d13237a47e0421b187a26995205c4ce76e86d9d.zip |
- sc_cast_cancel is now a type 4 setting.
- Fixed SC_NOCHAT printing the "skills are now available" message twice on natural expiration.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8953 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 16187cc46..7b83f5e20 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -4191,7 +4191,7 @@ void battle_set_defaults() { battle_config.allow_es_magic_pc = 0; battle_config.skill_caster_check = 1; - battle_config.sc_castcancel = 0; + battle_config.sc_castcancel = BL_NUL; battle_config.pc_sc_def_rate = 100; battle_config.mob_sc_def_rate = 100; battle_config.pc_luk_sc_def = 300; |