diff options
Diffstat (limited to 'npc/004-1')
-rw-r--r-- | npc/004-1/bgmaster.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/004-1/bgmaster.txt b/npc/004-1/bgmaster.txt index 2905da509..dfe117803 100644 --- a/npc/004-1/bgmaster.txt +++ b/npc/004-1/bgmaster.txt @@ -151,7 +151,7 @@ L_Cancel: OnVictor1: if (!$@BGMaster1) goto L_Skip; stopnpctimer(); - announce "Team 1 raises victorious at the Fallen Kings Duel!", bc_all; + announce "Team 1 raises victorious at the Fallen Kings Duel!", bc_all; // TODO: Give players Bronze, Silver and Gold Medals. killmonsterall "testbg"; mapwarp "testbg", "004-2", 29, 23; |