diff options
Diffstat (limited to 'npc')
-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 850720c66..78f6aa3b0 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:" +str(.@Alliance)+"<"+ str($@BG1_SIZE-1); if ( .@Alliance < $@BG1_SIZE-1 ) end; donpcevent "Hurnsguard::OnEnterBG"; |