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.txt14
1 files changed, 3 insertions, 11 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index abf585f7a..db5781d1f 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -547,17 +547,9 @@ OnEffect:
// Failed for some reason - ignore
}
if ($EVENT$ == "Raid") {
- .@id = array_find($FYRAID_OWNER, getcharid(3));
- if (.@id >= 0) {
- if ($FYRAID_TIME[.@id] > gettimetick(2) &&
- $FYRAID_HP[.@id] > 0) {
- getmapxy(@aurora_map$, @aurora_x, @aurora_y, 0);
- callfunc("FYRaid_Select");
- close;
- }
- // Boss expired or already defeated - ignore
- }
- // Have not yet taken part on boss raid - ignore
+ getmapxy(@aurora_map$, @aurora_x, @aurora_y, 0);
+ callfunc("FYRaid_Select");
+ close;
}
}