diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-07-03 09:32:28 +0200 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-07-03 09:32:28 +0200 |
commit | c2a08e1c57d2e02813c2c07556417a1a4b67befd (patch) | |
tree | 3a2116404fd84967ff64ea4a30d0a1b1c4bfa9c0 /npc/quests | |
parent | 11adf60e5841d9fc17b6dafc1cf3a79653e5199a (diff) | |
download | hercules-c2a08e1c57d2e02813c2c07556417a1a4b67befd.tar.gz hercules-c2a08e1c57d2e02813c2c07556417a1a4b67befd.tar.bz2 hercules-c2a08e1c57d2e02813c2c07556417a1a4b67befd.tar.xz hercules-c2a08e1c57d2e02813c2c07556417a1a4b67befd.zip |
Replace misplaced "next;" with "close;"
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/quests_moscovia.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_moscovia.txt b/npc/quests/quests_moscovia.txt index caa4645ad..e0678cec9 100644 --- a/npc/quests/quests_moscovia.txt +++ b/npc/quests/quests_moscovia.txt @@ -1134,7 +1134,7 @@ mosk_ship,101,111,4 script rudder#ship HIDDEN_NPC,{ mes "Hey! Listen to what I am saying."; mes "How come you go there without my"; mes "permission..."; - next; + close; } mes "[Mr. Ibanoff]"; mes "What? How did you get on"; |