diff options
Diffstat (limited to 'npc/re/guides/guides_niflheim.txt')
-rw-r--r-- | npc/re/guides/guides_niflheim.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/guides/guides_niflheim.txt b/npc/re/guides/guides_niflheim.txt index 4882f8d83..6a5f62d22 100644 --- a/npc/re/guides/guides_niflheim.txt +++ b/npc/re/guides/guides_niflheim.txt @@ -45,7 +45,7 @@ niflheim,201,187,3 script Niflheim Guide#01nif 4_M_DIEMAN,{ } while (1) { next; - switch(select("[ Tool Shop ]:[ Pub ]:[ Weapon Shop ]:[ Witch's Castle ]:Remove Marks from Mini-Map:Cancel")) { + switch(select("[ Tool Shop ]", "[ Pub ]", "[ Weapon Shop ]", "[ Witch's Castle ]", "Remove Marks from Mini-Map", "Cancel")) { case 1: callsub L_Mark, F_Navi("Tool Shop","niflheim,218,196","^0000FF"); viewpoint 1,218,196,0,0x0A82FF; |