summaryrefslogtreecommitdiff
path: root/src/map/pet.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-13 00:28:41 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-19 22:24:50 +0300
commitc479ff1aafe1765633ebdc310f86c1d9035a6a16 (patch)
treeeb0180df40f4794a15c1a182a6593f88c8920ac4 /src/map/pet.c
parentfbbc7f4dec0c7301a0ee3547675a2fba6c62a34c (diff)
downloadhercules-c479ff1aafe1765633ebdc310f86c1d9035a6a16.tar.gz
hercules-c479ff1aafe1765633ebdc310f86c1d9035a6a16.tar.bz2
hercules-c479ff1aafe1765633ebdc310f86c1d9035a6a16.tar.xz
hercules-c479ff1aafe1765633ebdc310f86c1d9035a6a16.zip
Update inventory packet for 2018-09-12 RE.
Diffstat (limited to 'src/map/pet.c')
-rw-r--r--src/map/pet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pet.c b/src/map/pet.c
index cfb3e8253..c32a92b78 100644
--- a/src/map/pet.c
+++ b/src/map/pet.c
@@ -350,7 +350,7 @@ static int pet_return_egg(struct map_session_data *sd, struct pet_data *pd)
sd->status.inventory[i].bound = IBT_NONE;
}
#if PACKETVER >= 20180704
- clif->inventorylist(sd);
+ clif->inventoryList(sd);
clif->send_petdata(sd, pd, 6, 0);
#endif
pd->pet.incubate = 1;