diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-15 22:08:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-15 22:08:10 -0300 |
commit | be65a8c92223c8ae4828536d4dc40005774e1dba (patch) | |
tree | 8349bded7a325d5613b0f1f594e5ae5680e29649 /npc/012-1/guards.txt | |
parent | 54cf141c0cc1caa4e1deba3260edf6d1a8997514 (diff) | |
download | serverdata-be65a8c92223c8ae4828536d4dc40005774e1dba.tar.gz serverdata-be65a8c92223c8ae4828536d4dc40005774e1dba.tar.bz2 serverdata-be65a8c92223c8ae4828536d4dc40005774e1dba.tar.xz serverdata-be65a8c92223c8ae4828536d4dc40005774e1dba.zip |
Now it is easy to see the bug
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 78f6aa3b0..517a7b9df 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -473,7 +473,7 @@ OnPlayerDeath: end; OnReadyCheck: - .@Alliance = getwaitingroomstate(0,"start#hurns_lib"); + .@Alliance = getwaitingroomstate(0,"Hurnsguard"); debugmes "Check:" +str(.@Alliance)+"<"+ str($@BG1_SIZE-1); if ( .@Alliance < $@BG1_SIZE-1 ) end; |