diff options
Diffstat (limited to 'npc/airports/airships.txt')
-rw-r--r-- | npc/airports/airships.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt index 3ea1ae87e..481fa1cc2 100644 --- a/npc/airports/airships.txt +++ b/npc/airports/airships.txt @@ -171,7 +171,7 @@ OnTimer250000: mapannounce "airplane","Currently, we are in Yuno. The Airship will leave shortly.",1,0x70DBDB; end; OnTimer260000: - stoptimer; + stopnpctimer; } } @@ -753,7 +753,7 @@ OnTimer185000: mapannounce "airplane_01","Currently, we are in Rachel. The Airship will leave shortly.",1,0xFF8600; end; OnTimer195000: - stoptimer; + stopnpctimer; } OnReturn: killmonsterall "airplane_01"; |