diff options
-rw-r--r-- | npc/functions/soul_menhir.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt index f83242f8f..44645508e 100644 --- a/npc/functions/soul_menhir.txt +++ b/npc/functions/soul_menhir.txt @@ -48,7 +48,7 @@ L_Aeros: l("West Aeros"); .@gt=@menu-1; } - switch ($@AEROS_SPWN) { + switch (.@gt) { case 0: warp "001-1", 235, 26; break; case 1: |