summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/012-1/guards.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt
index 39b996cd8..f83d01bd4 100644
--- a/npc/012-1/guards.txt
+++ b/npc/012-1/guards.txt
@@ -474,7 +474,7 @@ OnPlayerDeath:
OnReadyCheck:
.@Alliance = getwaitingroomstate(0,"start#hurns_lib");
- debugmes l("Check: @@ < @@", .@Alliance, $@BG1_SIZE-1);
+ debugmes "Check:" +.@Alliance+"<"+ $@BG1_SIZE-1);
if ( .@Alliance < $@BG1_SIZE-1 )
end;
donpcevent "Hurnsguard::OnEnterBG";