diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-25 23:00:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-25 23:00:41 -0300 |
commit | 799907c78c0cc894229ee6eb2e14b694cb6b030d (patch) | |
tree | 2a72a995985aef90d9cd9e3990c9efb3a066a49e /npc/functions | |
parent | 60d280005b0624eb594bbfc07022442f03f7c71f (diff) | |
download | serverdata-799907c78c0cc894229ee6eb2e14b694cb6b030d.tar.gz serverdata-799907c78c0cc894229ee6eb2e14b694cb6b030d.tar.bz2 serverdata-799907c78c0cc894229ee6eb2e14b694cb6b030d.tar.xz serverdata-799907c78c0cc894229ee6eb2e14b694cb6b030d.zip |
Improve a bit boss raid by polishing the rough edges at Soul Menhir code
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/event.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt index bf4aab9a6..8ffbe6125 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -70,6 +70,7 @@ OnCleanUp: - script sDreamTower NPC_HIDDEN,{ OnWarpTo: if ($EVENT$ != "Tower") end; + if (!playerattached()) end; if (!countitem(EventDreamTicket)) end; // Reset progress |