diff options
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index c59febd42..0516295cc 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -1793,7 +1793,7 @@ static struct item_drop* mob_setdropitem(int nameid, int qty) drop->item_data.identify = itemdb_isidentified(nameid); drop->next = NULL; return drop; -}; +} /*========================================== * Initializes the delay drop structure for mob-looted items. @@ -1804,7 +1804,7 @@ static struct item_drop* mob_setlootitem(struct item* item) memcpy(&drop->item_data, item, sizeof(struct item)); drop->next = NULL; return drop; -}; +} /*========================================== * item drop with delay (timer function) |