summaryrefslogtreecommitdiff
path: root/npc/test
diff options
context:
space:
mode:
Diffstat (limited to 'npc/test')
-rw-r--r--npc/test/npc1.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/test/npc1.txt b/npc/test/npc1.txt
index 4cd766a1..74e408e4 100644
--- a/npc/test/npc1.txt
+++ b/npc/test/npc1.txt
@@ -242,5 +242,6 @@ OnReadyCheck:
debugmes "OnReadyCheck";
$@bgid1 = waitingroom2bg("testbg", 10, 10, "bgnpc1::OnLogout","bgnpc1:OnDie");
debugmes "bgid=" + str($@bgid1);
+ setbgteam $@bgid1, 1;
bg_warp $@bgid1, "testbg", 10, 10;
}