summaryrefslogtreecommitdiff
path: root/npc/functions/mkbot.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-10-10 22:17:19 -0300
committerJesusaves <cpntb1@ymail.com>2021-10-10 22:17:19 -0300
commitf28f5ea283b8972320f470a3b9b3d5138c7049c5 (patch)
tree4549e11b5ff4914f42f4aaa7d7f23fdd8370e689 /npc/functions/mkbot.txt
parent29f71ccfa9e899e12a88133f311d484b375af994 (diff)
downloadserverdata-f28f5ea283b8972320f470a3b9b3d5138c7049c5.tar.gz
serverdata-f28f5ea283b8972320f470a3b9b3d5138c7049c5.tar.bz2
serverdata-f28f5ea283b8972320f470a3b9b3d5138c7049c5.tar.xz
serverdata-f28f5ea283b8972320f470a3b9b3d5138c7049c5.zip
Fix a few "typos"
Diffstat (limited to 'npc/functions/mkbot.txt')
-rw-r--r--npc/functions/mkbot.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/mkbot.txt b/npc/functions/mkbot.txt
index 019c60ca5..2a585b6aa 100644
--- a/npc/functions/mkbot.txt
+++ b/npc/functions/mkbot.txt
@@ -104,7 +104,7 @@ OnTimer90000:
// The Monster King will not move anymore because story
if ($GAME_STORYLINE == 0 ||
- $GAME_STORYLINE == 5) {
+ $GAME_STORYLINE >= 5) {
if (.mp$ != "boss")
unitwarp($@MK, "boss", 45, 45);
initnpctimer;