From 97353c7d82e3537982d2687f3b16a6c92e25b33b Mon Sep 17 00:00:00 2001 From: ultramage Date: Mon, 12 Feb 2007 02:46:00 +0000 Subject: - Fixed the inverted behavior of display_skill_fail, caused by r9823 - Commented out some duplicit homunculus speed calc code git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9852 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index 3fba85898..4e9c93dc9 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -613,7 +613,7 @@ int pc_authok(struct map_session_data *sd, int login_id2, time_t connect_until_t if (battle_config.disp_zeny) sd->state.showzeny = 1; - if (!(battle_config.display_skill_fail&2)) + if (battle_config.display_skill_fail&2) sd->state.showdelay = 1; // Request all registries. -- cgit v1.2.3-70-g09d2