summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-09 17:21:32 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-09 17:21:32 +0000
commit8a7e51e73c3d15c1736d2d575a767904faa755e8 (patch)
treedb5ee703e7f5878a6b074943c3e013a72ed26c90 /src/map/mob.c
parent99683b97ecb468dcea41817bccb0d6c28daf4d2d (diff)
downloadhercules-8a7e51e73c3d15c1736d2d575a767904faa755e8.tar.gz
hercules-8a7e51e73c3d15c1736d2d575a767904faa755e8.tar.bz2
hercules-8a7e51e73c3d15c1736d2d575a767904faa755e8.tar.xz
hercules-8a7e51e73c3d15c1736d2d575a767904faa755e8.zip
Updated NPC_REBIRTH. Has it's own values, and no longer leeches off SL_KAIZEL.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13272 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 809ce3f77..0c6ada573 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -2313,7 +2313,7 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type)
//Emperium destroyed by script. Discard mvp character. [Skotlex]
mvp_sd = NULL;
- if( !md->sc.data[SC_KAIZEL] )
+ if( !md->sc.data[SC_REBIRTH] )
{ // Only trigger event on final kill
md->status.hp = 0; //So that npc_event invoked functions KNOW that mob is dead
if( src )