From 0bafc4b2f9d9cd01596f28862e6c105af666ec30 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 16 Jul 2018 22:01:39 +0300 Subject: Replace item id shorts to int in map server. --- src/map/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index 40261ebbc..3979ea90e 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -5455,7 +5455,7 @@ static void map_zone_init(void) } } -static unsigned short map_zone_str2itemid(const char *name) +static int map_zone_str2itemid(const char *name) { struct item_data *data; -- cgit v1.2.3-70-g09d2