diff options
author | shennetsind <ind@henn.et> | 2013-09-06 22:18:58 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-09-06 22:18:58 -0300 |
commit | 8ca1bf26750139ebc003f2ff0a7fd448c57bd183 (patch) | |
tree | 0996944e79378ab248731ecb073c0ca91c506db0 /db/const.txt | |
parent | 8ec1a03c65d262187a9ad0d21976ac65c60acf66 (diff) | |
download | hercules-8ca1bf26750139ebc003f2ff0a7fd448c57bd183.tar.gz hercules-8ca1bf26750139ebc003f2ff0a7fd448c57bd183.tar.bz2 hercules-8ca1bf26750139ebc003f2ff0a7fd448c57bd183.tar.xz hercules-8ca1bf26750139ebc003f2ff0a7fd448c57bd183.zip |
Follow up b4cf8f280cc5cdd027685fb6dd2a2c5692e12115
Missing IOT_ constants that should've been included in that commit.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 86b2b26bb..81421eac6 100644 --- a/db/const.txt +++ b/db/const.txt @@ -3164,3 +3164,8 @@ IT_CASH 18 HQO_OnLogout 1 HQO_OnDeath 2 HQO_OnMapChange 3 + +IOT_NONE 0 +IOT_CHAR 1 +IOT_PARTY 2 +IOT_GUILD 3 |