diff options
Diffstat (limited to 'npc/018-2-2')
-rw-r--r-- | npc/018-2-2/main.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt index 8563d1031..7ba051e38 100644 --- a/npc/018-2-2/main.txt +++ b/npc/018-2-2/main.txt @@ -58,6 +58,8 @@ OnExpertBossKilled: OnMasterBossKilled: if (!playerattached()) end; + if (!HEROESHOLD_WINNER) + HEROESHOLD_WINNER = gettimetick(2); if ($HEROESHOLD_WINNER$ == "") { $HEROESHOLD_WINNER$=strcharinfo(0); channelmes("#world", $HEROESHOLD_WINNER$+" is the first player to finish HEROES HOLD Master Dungeon!! GG, dude! %%N"); |