diff options
author | Haru <haru@dotalux.com> | 2018-06-29 22:42:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-29 22:42:35 +0200 |
commit | fe476d318579755b30bb0ed5f61d402e5fa5754b (patch) | |
tree | 5f0ca6388601552375fb2fbaf96410dc76b76703 /src/map/pc.c | |
parent | 887d53cac4391b438f07dccf7e148ff0769f6a55 (diff) | |
parent | 2170bf7c3cd95faf17030c5b458ab0d639e597fd (diff) | |
download | hercules-fe476d318579755b30bb0ed5f61d402e5fa5754b.tar.gz hercules-fe476d318579755b30bb0ed5f61d402e5fa5754b.tar.bz2 hercules-fe476d318579755b30bb0ed5f61d402e5fa5754b.tar.xz hercules-fe476d318579755b30bb0ed5f61d402e5fa5754b.zip |
Merge pull request #2095 from 4144/updatepackets
Update packets up to 2018-06-27 and fix some existing packets
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 922a39c5e..ebc66fc9f 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -10334,7 +10334,7 @@ int pc_unequipitem(struct map_session_data *sd,int n,int flag) } /* Item Options checking */ for (i = 0; i < MAX_ITEM_OPTIONS; i++) { - struct item_option *ito = NULL; + struct itemdb_option *ito = NULL; int16 item_option = sd->status.inventory[n].option[i].index; if (item_option <= 0) |