diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-07 20:34:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-07 20:34:06 -0300 |
commit | 9a34acc810652b55129ecd895127885bbc42b438 (patch) | |
tree | 9fc9778b05a2fcb20e21f9a87f912301f777b200 /npc/018-2-2 | |
parent | 56422e691b333222dc9b7c7e8c9cc5a9c0e828ed (diff) | |
download | serverdata-9a34acc810652b55129ecd895127885bbc42b438.tar.gz serverdata-9a34acc810652b55129ecd895127885bbc42b438.tar.bz2 serverdata-9a34acc810652b55129ecd895127885bbc42b438.tar.xz serverdata-9a34acc810652b55129ecd895127885bbc42b438.zip |
Remove bad close, sorry @Crazyfefe
Diffstat (limited to 'npc/018-2-2')
-rw-r--r-- | npc/018-2-2/main.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt index 5a03674a8..58d9cfada 100644 --- a/npc/018-2-2/main.txt +++ b/npc/018-2-2/main.txt @@ -63,7 +63,6 @@ OnMasterBossKilled: getitem PrismGift, 1; mesc l("CONGRATULATIONS! You are the first player to finish Heroes Hold Master Dungeon!!"), 2; mesc l("You just gained a Karma point, a Prism Gift, and 2000 Job Exp for your bravery!"), 2; - close; } DungeonClear(); monster "018-2-3", any(52,188), any(29,196), "Master Dungeon Boss", MonsterKing, 1, "#HH_CONTROLLER01::OnMasterBossKilled"; |