diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-18 13:41:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-18 13:41:05 -0300 |
commit | 788f0af90040de8ae19426bc6c3389537803eb64 (patch) | |
tree | c442f896c04433cd82ef0b362e4b0a4cbcae2341 | |
parent | dbdb96818b7d2e254f2de19d2e58ac5ada9ab457 (diff) | |
download | serverdata-788f0af90040de8ae19426bc6c3389537803eb64.tar.gz serverdata-788f0af90040de8ae19426bc6c3389537803eb64.tar.bz2 serverdata-788f0af90040de8ae19426bc6c3389537803eb64.tar.xz serverdata-788f0af90040de8ae19426bc6c3389537803eb64.zip |
Lightbringer will now only show up at the Master Room if it errors.
-rw-r--r-- | npc/functions/gmbot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index 7045b6874..00b931a0a 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -164,7 +164,7 @@ OnTimer300000: // movelb(npcid) function movelb { .@id=getarg(0); - setarray .@m$, "boss", "001-1", "001-3", "001-7", + setarray .@m$, "001-1", "001-3", "001-7", "004-2", "004-2-1", "010-1", "010-1-1", "011-2", "011-3", "013-1", "014-5", "015-1", "015-2", "015-3", "015-4", "015-5", "015-6", "015-7", |