From 449a41af45d448e18006ef9c105c393592239de1 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 5 Jul 2013 22:27:33 -0300 Subject: DB Queue Debug Update Some documentation update on battlegrounds.conf Fixed Hercules Queue Option constants, they're 1-2-3 not 0-1-2. Some Bugfixes to the test script, special thanks to ossi0110 http://hercules.ws/board/topic/1302-bg-queue-debug Signed-off-by: shennetsind --- src/map/battleground.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/battleground.h') diff --git a/src/map/battleground.h b/src/map/battleground.h index 36f6f0cee..b6d95b813 100644 --- a/src/map/battleground.h +++ b/src/map/battleground.h @@ -67,7 +67,6 @@ struct bg_arena { short min_players; short max_players; short min_team_players; - char cooldown_variable[NAME_LENGTH]; char delay_var[NAME_LENGTH]; unsigned short maxDuration; int queue_id; @@ -76,6 +75,7 @@ struct bg_arena { int game_timer; unsigned short fillup_duration; unsigned short pregame_duration; + bool ongoing; }; /* battleground.c interface (incomplete) */ -- cgit v1.2.3-60-g2f50