diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-15 22:03:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-15 22:03:11 -0300 |
commit | e8ac405647787d217437c96bab6ddd9429f66fde (patch) | |
tree | 5c576408d31efffa25ee6cdc194406d94af90fbd /npc | |
parent | e8342515222a247730ad26cbff57d5edea155dc1 (diff) | |
download | serverdata-e8ac405647787d217437c96bab6ddd9429f66fde.tar.gz serverdata-e8ac405647787d217437c96bab6ddd9429f66fde.tar.bz2 serverdata-e8ac405647787d217437c96bab6ddd9429f66fde.tar.xz serverdata-e8ac405647787d217437c96bab6ddd9429f66fde.zip |
bug
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 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"; |