diff options
Diffstat (limited to 'npc/001-13/main.txt')
-rw-r--r-- | npc/001-13/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-13/main.txt b/npc/001-13/main.txt index 6feb8ff4c..9d8cace07 100644 --- a/npc/001-13/main.txt +++ b/npc/001-13/main.txt @@ -114,7 +114,7 @@ function script FYRaid_Select { instance_init(.@inst); warp .@mp$, 47, 52; addtimer 180000, "sBossRaid::OnTimeout"; - addtimer 45000, "sBossRaid::OnPump"; + addtimer 40000, "sBossRaid::OnPump"; dispbottom l("Time left: %s", FuzzyTime(@tm)); closeclientdialog; return; |