diff options
Diffstat (limited to 'npc/functions/event.txt')
-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 |