summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-04-01 01:23:02 +0300
committerAndrei Karas <akaras@inbox.ru>2020-04-02 01:34:10 +0300
commit444c15ba94265908c7f32bf91727952389275511 (patch)
tree92835cb830266bd6b57237acae00c08b4a9f2b42
parentf56fd4555e5ec1e7489f78375ac5f88d5cb34785 (diff)
downloadhercules-444c15ba94265908c7f32bf91727952389275511.tar.gz
hercules-444c15ba94265908c7f32bf91727952389275511.tar.bz2
hercules-444c15ba94265908c7f32bf91727952389275511.tar.xz
hercules-444c15ba94265908c7f32bf91727952389275511.zip
Add always triggered assert in clif_unknownname_ack
-rw-r--r--src/map/clif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 449ea602b..a7d9c71e5 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -9710,6 +9710,7 @@ static void clif_unknownname_ack(int fd, struct block_list *bl)
{
nullpo_retv(bl);
ShowError("clif_blname_ack: bad type %u(%d)\n", bl->type, bl->id);
+ Assert_retv(0);
}
static void clif_blname_ack(int fd, struct block_list *bl)