diff options
-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; |