diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-11-20 21:34:45 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-11-20 21:34:45 -0500 |
commit | 1a2c53aeeb93e352a5fc2e4d0fecbb2492b901bb (patch) | |
tree | e21d0ed234bebb451e13db527f7d63ac34a1b1c4 /world/map/npc/functions | |
parent | e25a361d9b1014b4f782df06851f3eb4b0b733fc (diff) | |
download | serverdata-1a2c53aeeb93e352a5fc2e4d0fecbb2492b901bb.tar.gz serverdata-1a2c53aeeb93e352a5fc2e4d0fecbb2492b901bb.tar.bz2 serverdata-1a2c53aeeb93e352a5fc2e4d0fecbb2492b901bb.tar.xz serverdata-1a2c53aeeb93e352a5fc2e4d0fecbb2492b901bb.zip |
fightclub removal
Diffstat (limited to 'world/map/npc/functions')
-rw-r--r-- | world/map/npc/functions/global_event_handler.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/world/map/npc/functions/global_event_handler.txt b/world/map/npc/functions/global_event_handler.txt index ad1ba65c..610fc42b 100644 --- a/world/map/npc/functions/global_event_handler.txt +++ b/world/map/npc/functions/global_event_handler.txt @@ -27,8 +27,6 @@ OnMobKillEvent: end; OnPCDieEvent: - callfunc "fightclub_GoBack"; // this used by the battle master - //callfunc "fightclub_event_die"; // this is used by the 1v1 arena set @necromancer, 0; addtimer 0, "Magic Timer::OnClear"; // reset magic block on death set @killerrid, 0; // reset killer rid |