summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-07 10:55:59 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-07 10:55:59 +0000
commit2a31e8561e18bff403cef8c406e475ff4e7f630d (patch)
treee953b251ce5dcf0ec1122c4848b8d58b8b8a1dc6 /src/map/skill.c
parentabd0c3a98bbbe6bcd0425351207120a00babe329 (diff)
downloadhercules-2a31e8561e18bff403cef8c406e475ff4e7f630d.tar.gz
hercules-2a31e8561e18bff403cef8c406e475ff4e7f630d.tar.bz2
hercules-2a31e8561e18bff403cef8c406e475ff4e7f630d.tar.xz
hercules-2a31e8561e18bff403cef8c406e475ff4e7f630d.zip
- Fixed ensembles skills.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11869 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 75a47782f..27a2882b3 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -7328,7 +7328,7 @@ static int skill_check_condition_char_sub (struct block_list *bl, va_list ap)
(tsd->weapontype1==W_MUSICAL || tsd->weapontype1==W_WHIP) &&
sd->status.party_id && tsd->status.party_id &&
sd->status.party_id == tsd->status.party_id &&
- tsd->sc.data[SC_DANCING])
+ !tsd->sc.data[SC_DANCING])
{
p_sd[(*c)++]=tsd->bl.id;
return skilllv;