summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-07-05 22:27:33 -0300
committershennetsind <ind@henn.et>2013-07-05 22:27:33 -0300
commit449a41af45d448e18006ef9c105c393592239de1 (patch)
treec1e62facb122b68dcd9b0c0daa7fb2678d6a2e2e /db
parenta804951a82633340744a506e3609e6905066988c (diff)
downloadhercules-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 'db')
-rw-r--r--db/const.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/db/const.txt b/db/const.txt
index 4a5b0f4a3..d479e79cd 100644
--- a/db/const.txt
+++ b/db/const.txt
@@ -3160,6 +3160,6 @@ IT_AMMO 10
IT_DELAYCONSUME 11
IT_CASH 18
-HQO_OnDeath 0
-HQO_OnLogout 1
-HQO_OnMapChange 2
+HQO_OnDeath 1
+HQO_OnLogout 2
+HQO_OnMapChange 3