diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-09-13 00:28:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-19 22:24:50 +0300 |
commit | c479ff1aafe1765633ebdc310f86c1d9035a6a16 (patch) | |
tree | eb0180df40f4794a15c1a182a6593f88c8920ac4 /src/map/pet.c | |
parent | fbbc7f4dec0c7301a0ee3547675a2fba6c62a34c (diff) | |
download | hercules-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.c | 2 |
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; |