diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-26 21:00:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-26 21:00:16 -0300 |
commit | 86b79f3e073ad714ae48f8ebb3c5e56c32d340b4 (patch) | |
tree | 23372dfe0b9fcb3182cba83c1d0e84a65d2a8d11 /npc/functions/gmbot.txt | |
parent | 968a318c95d560e18e50c991e9c9c8f9af501b48 (diff) | |
download | serverdata-86b79f3e073ad714ae48f8ebb3c5e56c32d340b4.tar.gz serverdata-86b79f3e073ad714ae48f8ebb3c5e56c32d340b4.tar.bz2 serverdata-86b79f3e073ad714ae48f8ebb3c5e56c32d340b4.tar.xz serverdata-86b79f3e073ad714ae48f8ebb3c5e56c32d340b4.zip |
Fix typo
Diffstat (limited to 'npc/functions/gmbot.txt')
-rw-r--r-- | npc/functions/gmbot.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index 81bf977ce..2d7bbc2c7 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -171,8 +171,8 @@ OnTimer90000: } // Maybe, just maybe, game storyline must be updated here - if ($GAME_STORYLINE == 1 && $MK_TEMP && - $MK_TEMP <= gettimeparam(GETTIME_DAYOFMONTH)) { + if ($GAME_STORYLINE == 1 && $MK_TEMPVAR && + $MK_TEMPVAR <= gettimeparam(GETTIME_DAYOFMONTH)) { // Game Story Change: Idle MK -> Active MK kamibroadcast("I can't handle it anymore! NO MORE!", "Monster King"); sleep(2500); @@ -186,7 +186,7 @@ OnTimer90000: // Apply the changes $GAME_STORYLINE=2; - $MK_TEMP=0; + $MK_TEMPVAR=0; } // We're done, restart loop timer |