summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-13 18:58:14 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-13 18:58:14 +0000
commit44ade8dfd6c775c9c2c0e47f049e2b99807ed3c1 (patch)
tree8e45d475ad540ecfa2fc4591213c477e9bacbf68 /src/map/mob.h
parent7751fc21990d18f215dff82669a470b7c3660b11 (diff)
downloadhercules-44ade8dfd6c775c9c2c0e47f049e2b99807ed3c1.tar.gz
hercules-44ade8dfd6c775c9c2c0e47f049e2b99807ed3c1.tar.bz2
hercules-44ade8dfd6c775c9c2c0e47f049e2b99807ed3c1.tar.xz
hercules-44ade8dfd6c775c9c2c0e47f049e2b99807ed3c1.zip
- 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
Diffstat (limited to 'src/map/mob.h')
-rw-r--r--src/map/mob.h2
1 files changed, 1 insertions, 1 deletions
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;