From 61622fe4e4875e2cadc8ede3f1a60f5e8cca89a5 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 12 Dec 2006 13:53:36 +0000 Subject: - Removed CART_MASK as OPTION_CART can take care of that. - Moved the OPTION_MASK define to status.h - Reverted the knockback implementation to use clif_slide instead of clif_fixpos git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9469 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/battle.c') diff --git a/src/map/battle.c b/src/map/battle.c index db526dda8..b1e194247 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3882,7 +3882,7 @@ void battle_set_defaults() { battle_config.enable_critical=BL_PC; battle_config.mob_critical_rate=100; battle_config.critical_rate=100; - battle_config.enable_baseatk = BL_PC; + battle_config.enable_baseatk = BL_PC|BL_HOM; battle_config.enable_perfect_flee = BL_PC|BL_PET; battle_config.cast_rate=100; battle_config.delay_rate=100; -- cgit v1.2.3-70-g09d2