summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-27 20:36:40 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-27 20:36:40 -0300
commitf6da2e9f58afbff5f1029b4dd15a306a34388d49 (patch)
tree132010e22fd3624a3bace864087f549058729fab
parent4c4fb5120094ef57fb47bb3124055f17d5125942 (diff)
downloadserverdata-f6da2e9f58afbff5f1029b4dd15a306a34388d49.tar.gz
serverdata-f6da2e9f58afbff5f1029b4dd15a306a34388d49.tar.bz2
serverdata-f6da2e9f58afbff5f1029b4dd15a306a34388d49.tar.xz
serverdata-f6da2e9f58afbff5f1029b4dd15a306a34388d49.zip
Fix typo
-rw-r--r--npc/026-6/ctrl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/026-6/ctrl.c b/npc/026-6/ctrl.c
index 1993cbd59..c92c35597 100644
--- a/npc/026-6/ctrl.c
+++ b/npc/026-6/ctrl.c
@@ -64,7 +64,7 @@ OnTouch:
if ($GAME_STORYLINE >= 5) {
mes l("Do you want to challenge the Monster King? If so, on which difficulty?");
next;
- menuint
+ menuret
l("No, I changed my mind."), 0,
l("Normal"), 1,
l("Hard"), 2,
@@ -77,9 +77,9 @@ OnTouch:
}
// Already started or no difficulty selected
if ($@MK_CHALLENGE) end;
- if ($GAME_STORYLINE >= 5 && !@menuint) cwarp "026-6", 22, 41;
+ if ($GAME_STORYLINE >= 5 && !@menuret) cwarp "026-6", 22, 41;
// Begin the challenge! It's SHOWDOWN TIME!
- $@MK_CHALLENGE=max(1, @menuint);
+ $@MK_CHALLENGE=max(1, @menuret);
kamibroadcast(strcharinfo(0)+" has CHALLENGED the MONSTER KING to a SHOWDOWN!", b("WORLD HEART"));
sleep(2500);
mapannounce("026-6", "WORLD HEART : The teleporter is now enabled... Get to positions!", bc_map|bc_npc);