diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-15 22:06:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-15 22:06:07 -0300 |
commit | 54cf141c0cc1caa4e1deba3260edf6d1a8997514 (patch) | |
tree | 271f3fbca3f28096e6d70c135a4fcea33d720c21 /npc | |
parent | 3121a23a45d9a1158efaafd7cd9b353e9d9e70b7 (diff) | |
download | serverdata-54cf141c0cc1caa4e1deba3260edf6d1a8997514.tar.gz serverdata-54cf141c0cc1caa4e1deba3260edf6d1a8997514.tar.bz2 serverdata-54cf141c0cc1caa4e1deba3260edf6d1a8997514.tar.xz serverdata-54cf141c0cc1caa4e1deba3260edf6d1a8997514.zip |
what the
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"; |