diff options
author | Mumbles <mumbles@rhythm.ro> | 2013-11-21 10:30:09 -0800 |
---|---|---|
committer | Mumbles <mumbles@qt-ro.com> | 2013-11-21 10:30:09 -0800 |
commit | 463cbc94ea4124a35ad5bf3222b510ad979d8805 (patch) | |
tree | 0e76c159668e79bf190ee80fdb2991eed6250200 /db | |
parent | 98ad6bc7987e2f96b9b5dda07ccae552ccfb4c86 (diff) | |
download | hercules-463cbc94ea4124a35ad5bf3222b510ad979d8805.tar.gz hercules-463cbc94ea4124a35ad5bf3222b510ad979d8805.tar.bz2 hercules-463cbc94ea4124a35ad5bf3222b510ad979d8805.tar.xz hercules-463cbc94ea4124a35ad5bf3222b510ad979d8805.zip |
Added constant values for 'true' and 'false' for use in scripts and functions.
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index fce4f54a9..8e7807695 100644 --- a/db/const.txt +++ b/db/const.txt @@ -3345,3 +3345,6 @@ IOT_NONE 0 IOT_CHAR 1 IOT_PARTY 2 IOT_GUILD 3 + +false 0 +true 1 |