diff options
Diffstat (limited to 'npc/042-4')
-rw-r--r-- | npc/042-4/ctrl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-4/ctrl.txt b/npc/042-4/ctrl.txt index 65a2a8705..d6fdb9a80 100644 --- a/npc/042-4/ctrl.txt +++ b/npc/042-4/ctrl.txt @@ -51,7 +51,7 @@ OnKillMob: goto OnRespawn; // Maybe a reward is due .@g=getcharid(2); - if (.@g < 1) percentheal -100, -100; + if (.@g < 1) die(); getexp $KAMELOT_MX[.@g]*7, $KAMELOT_MX[.@g]*3; .@delay=max(7000, 42000-$KAMELOT_PC[.@g]*2000); // FALLTHROUGH |