summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-21 07:16:12 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-21 07:16:12 +0000
commit53e93590c8a588f0b31a3a4b38ce65ace5173b10 (patch)
tree37b5b52e841461475a4faa1007960f8a36032ea3 /src/map/mob.h
parent27ef6a1440b8803a6204e5bc6b627f403be5717e (diff)
downloadhercules-53e93590c8a588f0b31a3a4b38ce65ace5173b10.tar.gz
hercules-53e93590c8a588f0b31a3a4b38ce65ace5173b10.tar.bz2
hercules-53e93590c8a588f0b31a3a4b38ce65ace5173b10.tar.xz
hercules-53e93590c8a588f0b31a3a4b38ce65ace5173b10.zip
Fixed bugreport:5699 all new options should now be passed properly to clones and mobs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16132 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 4fcacc205..cdb692df8 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -104,7 +104,7 @@ struct mob_db {
struct { int nameid,p; } mvpitem[MAX_MVP_DROP];
struct status_data status;
struct view_data vd;
- short option;
+ unsigned int option;
int summonper[MAX_RANDOMMONSTER];
int maxskill;
struct mob_skill skill[MAX_MOBSKILL];