diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-15 00:45:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-15 00:45:28 +0300 |
commit | 8ee5eafc741d581579efd696765fb0646b72a553 (patch) | |
tree | f2be1be92fc4bf5f16e5b8097dd13aaa0f4c3eec /db/const.txt | |
parent | 45be44cc833bc47991218b90f1bbc1fc6dbd04f4 (diff) | |
parent | d8edfe7eb9e7d86da24c87198f03432b73e72284 (diff) | |
download | hercules-8ee5eafc741d581579efd696765fb0646b72a553.tar.gz hercules-8ee5eafc741d581579efd696765fb0646b72a553.tar.bz2 hercules-8ee5eafc741d581579efd696765fb0646b72a553.tar.xz hercules-8ee5eafc741d581579efd696765fb0646b72a553.zip |
Merge pull request #857 from HerculesWS/scriptqueue
Scriptqueue
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/const.txt b/db/const.txt index ca78c223d..7b0b7c076 100644 --- a/db/const.txt +++ b/db/const.txt @@ -3356,9 +3356,9 @@ IT_AMMO 10 IT_DELAYCONSUME 11 IT_CASH 18 -HQO_OnLogout 1 -HQO_OnDeath 2 -HQO_OnMapChange 3 +QUEUEOPT_LOGOUT 1 +QUEUEOPT_DEATH 2 +QUEUEOPT_MAPCHANGE 3 IOT_NONE 0 IOT_CHAR 1 |