diff options
Diffstat (limited to 'world/map/npc/009-7/eventHandler.txt')
-rw-r--r-- | world/map/npc/009-7/eventHandler.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/009-7/eventHandler.txt b/world/map/npc/009-7/eventHandler.txt index c23ae3b7..662b222a 100644 --- a/world/map/npc/009-7/eventHandler.txt +++ b/world/map/npc/009-7/eventHandler.txt @@ -141,6 +141,7 @@ OnPCKilledEvent: // fired with the RID of the victim end; OnPCDieEvent: // fired with the RID of the victim + callfunc "fightclub_GoBack"; // TODO: we need a unified death handler set @killer, 0; if(@Duel_Fighter != 1) end; if (($@Duel_CurrentDuel < 1) || ($@Duel_Started != 1)) goto L_Reset; |