diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-26 00:00:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-26 00:00:53 -0300 |
commit | 808378d0e4f6615b6ac55bd76c17e4ff507398c1 (patch) | |
tree | c11cfce441c6f02eae0a22ff44f52776e355bed8 /npc/functions/gmbot.txt | |
parent | 7b6831e33a4ef1500199ef84637261e91256c716 (diff) | |
download | serverdata-808378d0e4f6615b6ac55bd76c17e4ff507398c1.tar.gz serverdata-808378d0e4f6615b6ac55bd76c17e4ff507398c1.tar.bz2 serverdata-808378d0e4f6615b6ac55bd76c17e4ff507398c1.tar.xz serverdata-808378d0e4f6615b6ac55bd76c17e4ff507398c1.zip |
Several bugfixes, allow Hurnscald Siege to happen
Diffstat (limited to 'npc/functions/gmbot.txt')
-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 83a422a79..f47562a2c 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -66,7 +66,7 @@ OnTimer90000: // Select a random map. Never shows up at Candor and cities, nor indoors. Not all maps either. setarray .@m$, "boss", "boss", "001-1", "001-3", "001-4", "001-5", "001-6", "001-7", "001-10", "003-1", "003-1-3", "004-1", "004-2", "007-1", "010-1", "010-1-1", "010-2", "011-1", - "014-1", "014-2", "014-3", "014-4", "014-5", "015-1", "015-2", "015-3", "015-5", + "012-1", "014-1", "014-2", "014-3", "014-4", "014-5", "015-1", "015-2", "015-3", "015-5", "018-1-1", "018-2", "018-3", "018-4", "018-4-1", "019-1", "019-2", "019-4", "021-1", "022-1", "023-1"; .mp$=any_of(.@m$); |