diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2013-01-21 22:13:20 +0100 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2013-01-21 22:13:20 +0100 |
commit | cf2d333d5f2c47e3bb662f0cb53f83663f7f5863 (patch) | |
tree | c72b4cc38e8e62a5a63684226a4844bf72e09387 | |
parent | cc6a3f4667c4193b0b591f072bbb3b3c771bf0d1 (diff) | |
download | serverdata-cf2d333d5f2c47e3bb662f0cb53f83663f7f5863.tar.gz serverdata-cf2d333d5f2c47e3bb662f0cb53f83663f7f5863.tar.bz2 serverdata-cf2d333d5f2c47e3bb662f0cb53f83663f7f5863.tar.xz serverdata-cf2d333d5f2c47e3bb662f0cb53f83663f7f5863.zip |
Illia: stop recording the names of the winners
-rw-r--r-- | world/map/npc/052-2/partyroom.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/world/map/npc/052-2/partyroom.txt b/world/map/npc/052-2/partyroom.txt index cfb6c4a5..e0a3aab7 100644 --- a/world/map/npc/052-2/partyroom.txt +++ b/world/map/npc/052-2/partyroom.txt @@ -236,8 +236,7 @@ onDeath: // the rewards even if close to the time limit set $@illia_max_time, $@illia_max_time + 420; - // Record teams who win, for future analysis - set $Illia_Win_Records$[$Illia_Win_Counter], $@ILLIA_HERO$ + " (Hero) | " + $@ILLIA_HELPER1$ + " | " + $@ILLIA_HELPER2$ + " | " + $@ILLIA_HELPER3$; + // Record how many times the quest was finished set $Illia_Win_Counter, $Illia_Win_Counter + 1; end; |