summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-03-09 00:38:45 +0100
committerGitHub <noreply@github.com>2020-03-09 00:38:45 +0100
commit2ec28927c81008a0e17d7e95e70d207de0954d83 (patch)
treee4b9042e09e60861726d8b3faae9f6bb400bf97b /src/map/pc.c
parentf80d9a72ae9e266d123d5f12ea751645691887ce (diff)
parent5baef19736fbe26f8b0ac23e61059c14afb6211c (diff)
downloadhercules-2ec28927c81008a0e17d7e95e70d207de0954d83.tar.gz
hercules-2ec28927c81008a0e17d7e95e70d207de0954d83.tar.bz2
hercules-2ec28927c81008a0e17d7e95e70d207de0954d83.tar.xz
hercules-2ec28927c81008a0e17d7e95e70d207de0954d83.zip
Merge pull request #2648 from Kenpachi2k13/itemskill_fix
Fix itemskill() script command
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 b1e8ae4d1..c604e16dc 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -5349,7 +5349,7 @@ static int pc_itemskill_clear(struct map_session_data *sd)
sd->itemskill_id = 0;
sd->itemskill_lv = 0;
sd->state.itemskill_conditions_checked = 0;
- sd->state.itemskill_no_conditions = 0;
+ sd->state.itemskill_check_conditions = 0;
sd->state.itemskill_no_casttime = 0;
sd->state.itemskill_castonself = 0;