summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
authorsketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-22 14:22:08 +0000
committersketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-22 14:22:08 +0000
commit7f558fc3f0f09071d232660536e9e12c8a214404 (patch)
tree1ccf67bc654406431ad791058c40deebe752d5a9 /src/map/mob.h
parent465fca8dbd6e4eac36d0207b3981c05daa34c715 (diff)
downloadhercules-7f558fc3f0f09071d232660536e9e12c8a214404.tar.gz
hercules-7f558fc3f0f09071d232660536e9e12c8a214404.tar.bz2
hercules-7f558fc3f0f09071d232660536e9e12c8a214404.tar.xz
hercules-7f558fc3f0f09071d232660536e9e12c8a214404.zip
Added support for killmonster to fire OnMyMobDead optionally.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12876 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.h')
-rw-r--r--src/map/mob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mob.h b/src/map/mob.h
index cade69305..0a65e1c42 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -141,6 +141,7 @@ struct mob_data {
short skillidx;
unsigned int skilldelay[MAX_MOBSKILL];
char npc_event[50];
+ int npc_killmonster; //for new killmonster behavior
};