diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-01 16:54:57 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-01 16:54:57 +0000 |
commit | a8e705964f603208493b83c55510e26518275ba1 (patch) | |
tree | 705b8ab12fc0d0dadd528d65ebee2f6fd1ddffb9 /src/map/skill.c | |
parent | 595519da69ab27b2aed5c9e4831a5765cc107378 (diff) | |
download | hercules-a8e705964f603208493b83c55510e26518275ba1.tar.gz hercules-a8e705964f603208493b83c55510e26518275ba1.tar.bz2 hercules-a8e705964f603208493b83c55510e26518275ba1.tar.xz hercules-a8e705964f603208493b83c55510e26518275ba1.zip |
homun skill exploit
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8911 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r-- | src/map/skill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index f6632c36f..fd86c929b 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -2375,7 +2375,7 @@ static int skill_check_condition_hom (struct homun_data *hd, int skill, int lv, switch(skill) { // Check for cost reductions due to skills & SCs case HFLI_SBR44: - if(sd->homunculus.intimacy < 200) + if(sd->homunculus.intimacy <= 200) return 0; break; case HVAN_EXPLOSION: |