diff options
Diffstat (limited to 'src/map/itemdb.c')
-rw-r--r-- | src/map/itemdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/itemdb.c b/src/map/itemdb.c index f9e47d56f..cac0ae986 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -194,7 +194,7 @@ struct item_data* itemdb_exists(int nameid) * to the format used by the map server. [Skotlex]
*------------------------------------------
*/
-static void itemdb_jobid2mapid(unsigned short *bclass, int jobmask)
+static void itemdb_jobid2mapid(unsigned int *bclass, int jobmask)
{
int i;
bclass[0]= bclass[1]= bclass[2]= 0;
|