summaryrefslogtreecommitdiff
path: root/src/map/intif.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-02-05 19:53:04 +0300
committerAndrei Karas <akaras@inbox.ru>2019-02-11 03:22:46 +0300
commit772578af2f989b5f44df5f6514804a36181224bf (patch)
treeea6b35572651655d366a0c3e75f80ad19381cae0 /src/map/intif.c
parentbcc2cb2ca1663d55dbcad3389e95836481c9ddc3 (diff)
downloadhercules-772578af2f989b5f44df5f6514804a36181224bf.tar.gz
hercules-772578af2f989b5f44df5f6514804a36181224bf.tar.bz2
hercules-772578af2f989b5f44df5f6514804a36181224bf.tar.xz
hercules-772578af2f989b5f44df5f6514804a36181224bf.zip
Extend class field in packet 0x3880
Diffstat (limited to 'src/map/intif.c')
-rw-r--r--src/map/intif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/intif.c b/src/map/intif.c
index 758b30148..413d3e384 100644
--- a/src/map/intif.c
+++ b/src/map/intif.c
@@ -1640,7 +1640,7 @@ static void intif_parse_GuildMasterChanged(int fd)
// Request pet creation
static void intif_parse_CreatePet(int fd)
{
- pet->get_egg(RFIFOL(fd,2), RFIFOW(fd,6), RFIFOL(fd,8));
+ pet->get_egg(RFIFOL(fd, 2), RFIFOL(fd, 6), RFIFOL(fd, 10));
}
// ACK pet data
@@ -3000,7 +3000,7 @@ void intif_defaults(void)
-1,-1, 7, 7, 7,11, 8, 0, 10, 0, 0, 0, 0, 0, 0, 0, //0x3850 Auctions [Zephyrus] itembound[Akinari] Clan System[Murilo BiO]
-1, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, //0x3860 Quests [Kevin] [Inkfish]
-1, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 3, 3, 0, //0x3870 Mercenaries [Zephyrus] / Elemental [pakpil]
- 12,-1, 7, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, //0x3880
+ 14,-1, 7, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, //0x3880
-1,-1, 7, 3, 0,-1, 7, 15,18 + NAME_LENGTH, 0, 0, 0, 0, 0, 0, 0, //0x3890 Homunculus [albator] / RoDEX [KirieZ]
};