diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-12 02:46:00 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-12 02:46:00 +0000 |
commit | 97353c7d82e3537982d2687f3b16a6c92e25b33b (patch) | |
tree | 8d34baabf1b1b7e0bf1b23440eca6eb9195a7d49 /src/map/pc.c | |
parent | b60b70a43e012bc261f745a7ffd05c5cb43c2f27 (diff) | |
download | hercules-97353c7d82e3537982d2687f3b16a6c92e25b33b.tar.gz hercules-97353c7d82e3537982d2687f3b16a6c92e25b33b.tar.bz2 hercules-97353c7d82e3537982d2687f3b16a6c92e25b33b.tar.xz hercules-97353c7d82e3537982d2687f3b16a6c92e25b33b.zip |
- 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
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |