From 1ba4beaff44ff8ea774e671e390bfbf6d5ffff64 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 Apr 2019 02:10:03 +0300 Subject: Use new name packet for monsters too --- src/map/clif.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 9b43f4b36..23cdf28f6 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -895,6 +895,9 @@ struct clif_interface { void (*petname_ack) (int fd, struct block_list *bl); void (*npcname_ack) (int fd, struct block_list *bl); void (*mobname_ack) (int fd, struct block_list *bl); + void (*mobname_guardian_ack) (int fd, struct block_list *bl); + void (*mobname_additional_ack) (int fd, struct block_list *bl); + void (*mobname_normal_ack) (int fd, struct block_list *bl); void (*chatname_ack) (int fd, struct block_list *bl); void (*elemname_ack) (int fd, struct block_list *bl); void (*unknownname_ack) (int fd, struct block_list *bl); -- cgit v1.2.3-60-g2f50