diff options
author | shennetsind <ind@henn.et> | 2013-07-05 22:27:33 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-07-05 22:27:33 -0300 |
commit | 449a41af45d448e18006ef9c105c393592239de1 (patch) | |
tree | c1e62facb122b68dcd9b0c0daa7fb2678d6a2e2e /src/map/battleground.h | |
parent | a804951a82633340744a506e3609e6905066988c (diff) | |
download | hercules-449a41af45d448e18006ef9c105c393592239de1.tar.gz hercules-449a41af45d448e18006ef9c105c393592239de1.tar.bz2 hercules-449a41af45d448e18006ef9c105c393592239de1.tar.xz hercules-449a41af45d448e18006ef9c105c393592239de1.zip |
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 <ind@henn.et>
Diffstat (limited to 'src/map/battleground.h')
-rw-r--r-- | src/map/battleground.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) */ |