diff options
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index f83d01bd4..850720c66 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 "Check:" +.@Alliance+"<"+ $@BG1_SIZE-1); + debugmes "Check:" +.@Alliance+"<"+ $@BG1_SIZE-1; if ( .@Alliance < $@BG1_SIZE-1 ) end; donpcevent "Hurnsguard::OnEnterBG"; |