summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
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 /doc/script_commands.txt
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 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 2cb0a55c0..471f98d03 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -8146,7 +8146,7 @@ Modifies <queue_id>'s <optionType>. When <option val> is not present
<queue_id>'s <optionType> with the new <option val> value.
Currently 3 options are available:
-HQO_OnDeath (0), HQO_OnLogout (1), HQO_OnMapChange (2)
+HQO_OnDeath (1), HQO_OnLogout (2), HQO_OnMapChange (3)
Note: The constant names are not final.