diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-15 22:03:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-15 22:03:54 -0300 |
commit | 3121a23a45d9a1158efaafd7cd9b353e9d9e70b7 (patch) | |
tree | b1a16b5d59034b25927cd1cd180aceb70395bac1 /npc/012-1 | |
parent | e8ac405647787d217437c96bab6ddd9429f66fde (diff) | |
download | serverdata-3121a23a45d9a1158efaafd7cd9b353e9d9e70b7.tar.gz serverdata-3121a23a45d9a1158efaafd7cd9b353e9d9e70b7.tar.bz2 serverdata-3121a23a45d9a1158efaafd7cd9b353e9d9e70b7.tar.xz serverdata-3121a23a45d9a1158efaafd7cd9b353e9d9e70b7.zip |
bug
Diffstat (limited to 'npc/012-1')
-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"; |