diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-26 15:12:50 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-26 15:12:50 +0000 |
commit | 69078cf4085badd9215003f4ff71b987dfd134f5 (patch) | |
tree | 98a7b68748922efd3e26465545461ba506fedb2d /db | |
parent | 74aba440337dec8ba2dee9d4a5a124cd00e344ea (diff) | |
download | hercules-69078cf4085badd9215003f4ff71b987dfd134f5.tar.gz hercules-69078cf4085badd9215003f4ff71b987dfd134f5.tar.bz2 hercules-69078cf4085badd9215003f4ff71b987dfd134f5.tar.xz hercules-69078cf4085badd9215003f4ff71b987dfd134f5.zip |
- Added support for "sc_end -1" which will clear all status changes. Added the constant SC_ALL so you can use in scripts "sc_end SC_ALL;" instead.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7895 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 9e544d450..6e4efed1c 100644 --- a/db/const.txt +++ b/db/const.txt @@ -392,6 +392,7 @@ IG_EggGirl 33 IG_GiftBoxChina 34
IG_LottoBox 35
+SC_ALL -1
SC_STONE 0
SC_FREEZE 1
SC_STAN 2
|