diff options
-rw-r--r-- | npc/018-6-1/main.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt index 81d3628a5..2dce61042 100644 --- a/npc/018-6-1/main.txt +++ b/npc/018-6-1/main.txt @@ -49,9 +49,12 @@ OnKill1026: .@mi=SetIfVoid(.@mi, 1026); // Common utils + /* + // Respawn monster after 30s getmapxy(.@m$, .@x, .@y, 0); sleep(30000); AreaMonsterB(.@m$, .@x-2, .@y-2, 4, 4, .@mi, 1); + */ end; OnInstanceInit: |