summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-08 05:34:12 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-08 05:34:12 +0000
commit55e668ea98dcfcd7b7a4066ca6103f58b6534829 (patch)
treea80b0ea1b4ac33eb1cf85427f8fde0e6e484dd3c /src/map/pc.c
parent0a612a0a5a567605483b6401cbe0a2f7ee9133dc (diff)
downloadhercules-55e668ea98dcfcd7b7a4066ca6103f58b6534829.tar.gz
hercules-55e668ea98dcfcd7b7a4066ca6103f58b6534829.tar.bz2
hercules-55e668ea98dcfcd7b7a4066ca6103f58b6534829.tar.xz
hercules-55e668ea98dcfcd7b7a4066ca6103f58b6534829.zip
- Fixed a bunch of probably incorrect logical comparisons.
- Some small updates on the skill_db file (some max levels of npc skills, some elements for skills that didn't really need them) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9823 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 307fb791c..3fba85898 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.