summaryrefslogtreecommitdiff
path: root/npc/commands/event.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r--npc/commands/event.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index 969de4791..abf585f7a 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -551,9 +551,9 @@ OnEffect:
if (.@id >= 0) {
if ($FYRAID_TIME[.@id] > gettimetick(2) &&
$FYRAID_HP[.@id] > 0) {
- teleporthome();
- dispbottom l("Talk to Soul Menhir to start.");
- end;
+ getmapxy(@aurora_map$, @aurora_x, @aurora_y, 0);
+ callfunc("FYRaid_Select");
+ close;
}
// Boss expired or already defeated - ignore
}