Pet Fix Client after 20180704 (#4202)
A minor fix that corrects a problem when hatching eggs from pets to clients after 20180704. Fixes #4190 Thanks @4144 and @Asheraf
This commit is contained in:
@@ -7922,6 +7922,7 @@ 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.
|
||||
void clif_send_petdata(struct map_session_data* sd, struct pet_data* pd, int type, int param)
|
||||
|
||||
Reference in New Issue
Block a user