summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-04 21:44:43 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-04 21:44:43 +0000
commitd03ac5e84b0a5048e4314b372a0e4c7966df7792 (patch)
treef6cd2ff3c1818e5e0c9212f2a6737b297b796ec7 /src/map/mob.h
parenta7f90716920507dae02ebc32c0d8a2feea49b1a3 (diff)
downloadhercules-d03ac5e84b0a5048e4314b372a0e4c7966df7792.tar.gz
hercules-d03ac5e84b0a5048e4314b372a0e4c7966df7792.tar.bz2
hercules-d03ac5e84b0a5048e4314b372a0e4c7966df7792.tar.xz
hercules-d03ac5e84b0a5048e4314b372a0e4c7966df7792.zip
- Killed mobs with NPC_REBIRTH skill used should not drop items again. (Aegis test)
- Monsters with SC_KAIZEL should not trigger event script until. - Monsters NPC_REBIRTH should not be casted if no source (killmonster script or @killmonster) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13047 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 696d64bf7..3f9ef09a6 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -98,6 +98,7 @@ struct mob_data {
unsigned char attacked_count; //For rude attacked.
int provoke_flag; // Celest
unsigned npc_killmonster: 1; //for new killmonster behavior
+ unsigned rebirth: 1; // NPC_Rebirth used
} state;
struct guardian_data* guardian_data;
struct {