diff options
author | mekolat <mekolat@gmail.com> | 2015-04-15 09:31:25 -0400 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2015-04-15 12:13:38 -0400 |
commit | 4ba4d1fc9a8785c02d7f0bbb1680a83b72f46d0c (patch) | |
tree | 3bcb107e142a6047985a3eb140b147294e70ecc3 /world/map/npc/functions | |
parent | 85a8149eeb2fde05a28863516399b667b9ab3c81 (diff) | |
download | serverdata-4ba4d1fc9a8785c02d7f0bbb1680a83b72f46d0c.tar.gz serverdata-4ba4d1fc9a8785c02d7f0bbb1680a83b72f46d0c.tar.bz2 serverdata-4ba4d1fc9a8785c02d7f0bbb1680a83b72f46d0c.tar.xz serverdata-4ba4d1fc9a8785c02d7f0bbb1680a83b72f46d0c.zip |
make the fight club use channels
Diffstat (limited to 'world/map/npc/functions')
-rw-r--r-- | world/map/npc/functions/global_event_handler.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/functions/global_event_handler.txt b/world/map/npc/functions/global_event_handler.txt index cf331060..45efcaae 100644 --- a/world/map/npc/functions/global_event_handler.txt +++ b/world/map/npc/functions/global_event_handler.txt @@ -39,5 +39,6 @@ L_Fightclub_Die: goto L_End; L_End: + if(getpvpflag(0) == $@Duel_Channel) setpvpflag @previous_channel; end; } |