diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-26 10:35:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-26 10:35:33 -0300 |
commit | 96be2fd20afe6907d4d7d8abf7fcc2dd8f115130 (patch) | |
tree | 9caabeab2469b67f9be852e27d57d86c7320b757 /npc | |
parent | a3dfb82ee4f07c80885ceb3adf00011d9be3193f (diff) | |
download | serverdata-96be2fd20afe6907d4d7d8abf7fcc2dd8f115130.tar.gz serverdata-96be2fd20afe6907d4d7d8abf7fcc2dd8f115130.tar.bz2 serverdata-96be2fd20afe6907d4d7d8abf7fcc2dd8f115130.tar.xz serverdata-96be2fd20afe6907d4d7d8abf7fcc2dd8f115130.zip |
MK_TEMP must be cleared on normal advancement
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/gmbot.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index a1526dd87..81bf977ce 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -186,6 +186,7 @@ OnTimer90000: // Apply the changes $GAME_STORYLINE=2; + $MK_TEMP=0; } // We're done, restart loop timer |