diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-22 17:00:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-22 17:00:31 -0300 |
commit | b6c851f83206b2269ab93bb533337fc8dc0031cc (patch) | |
tree | 2d01496fc16c84f891fdec21880407179a70d044 | |
parent | bfaf2b9547e215b5b81d7b6a6630fe11dde4fdae (diff) | |
download | serverdata-b6c851f83206b2269ab93bb533337fc8dc0031cc.tar.gz serverdata-b6c851f83206b2269ab93bb533337fc8dc0031cc.tar.bz2 serverdata-b6c851f83206b2269ab93bb533337fc8dc0031cc.tar.xz serverdata-b6c851f83206b2269ab93bb533337fc8dc0031cc.zip |
Fix wrong AID
-rw-r--r-- | npc/functions/mkbot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/mkbot.txt b/npc/functions/mkbot.txt index e1f7d01be..23912cba5 100644 --- a/npc/functions/mkbot.txt +++ b/npc/functions/mkbot.txt @@ -68,7 +68,7 @@ OnInit: .users=getusers(1); .nearby=getusers(8); .mp$="boss"; - .aid=200000; + .aid=2000000; .cid=150002; // Constants |