From 463cbc94ea4124a35ad5bf3222b510ad979d8805 Mon Sep 17 00:00:00 2001 From: Mumbles Date: Thu, 21 Nov 2013 10:30:09 -0800 Subject: Added constant values for 'true' and 'false' for use in scripts and functions. --- db/const.txt | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3-70-g09d2