diff options
author | Haru <haru@dotalux.com> | 2018-07-25 03:22:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-25 03:22:55 +0200 |
commit | ed988911d28ddfa64e1340389a818e94785f2cba (patch) | |
tree | c55c3c678469fe724c1e747f7670d75d11ff0539 /src/map/clif.c | |
parent | 504ad2ca7d6ef4923093f74ac2afd5fc1bd39fd1 (diff) | |
parent | c64b3517fb085e34f6c3c2ab83a3290b1726fc95 (diff) | |
download | hercules-ed988911d28ddfa64e1340389a818e94785f2cba.tar.gz hercules-ed988911d28ddfa64e1340389a818e94785f2cba.tar.bz2 hercules-ed988911d28ddfa64e1340389a818e94785f2cba.tar.xz hercules-ed988911d28ddfa64e1340389a818e94785f2cba.zip |
Merge pull request #2136 from Asheraf/petevofix
Pet evolution bug fixes
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 2a2d87ccc..f222240e4 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -7244,6 +7244,7 @@ static void clif_sendegg(struct map_session_data *sd) /// 3 = accessory /// 4 = performance (data = 1~3: normal, 4: special) /// 5 = hairstyle +/// 6 = close egg selection ui and update egg in inventory (PACKETVER >= 20180704) /// /// If sd is null, the update is sent to nearby objects, otherwise it is sent only to that player. static void clif_send_petdata(struct map_session_data *sd, struct pet_data *pd, int type, int param) |