From 44ade8dfd6c775c9c2c0e47f049e2b99807ed3c1 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 13 Feb 2006 18:58:14 +0000 Subject: - Made Land Protector Block Hammerfall. - More signed/unsigned comparison fixes. - Added dummy_item variable to itemdb. It will be used on all itemdb_searches that do not yield a valid item from the db. - Added itemdb_load, which is the one used for item_db loading (if the item does not exists, it'll be created) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5270 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mob.h') diff --git a/src/map/mob.h b/src/map/mob.h index 2a084f082..7e011beac 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -29,7 +29,7 @@ struct mob_skill { struct mob_db { char name[NAME_LENGTH],jname[NAME_LENGTH]; - short lv; + unsigned short lv; int max_hp,max_sp; unsigned int base_exp,job_exp; int atk1,atk2; -- cgit v1.2.3-70-g09d2