diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-23 18:30:42 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-23 18:30:42 +0000 |
commit | cb78bae6df1f1a989ffd09a46f92445ee2049f03 (patch) | |
tree | bcf39aa1e1d39b7491f60622626f26a4cef5abe9 /db/const.txt | |
parent | efbd5d0dd7dbf038333d65d59d0becad59e6e2a4 (diff) | |
download | hercules-cb78bae6df1f1a989ffd09a46f92445ee2049f03.tar.gz hercules-cb78bae6df1f1a989ffd09a46f92445ee2049f03.tar.bz2 hercules-cb78bae6df1f1a989ffd09a46f92445ee2049f03.tar.xz hercules-cb78bae6df1f1a989ffd09a46f92445ee2049f03.zip |
* Removed duplicate isequipped() entries from item_db already written in item_combo_db (bugreport:6924).
* Moved a few remaining isequipped() entries to item_combo_db.
* Follow-up r16940: applied change to SQL and pre-re files, and renamed Size constants to Size_ for consistency.
* Follow-up r16947: fixed mob modes.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16955 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 5083692ab..a38db33e8 100644 --- a/db/const.txt +++ b/db/const.txt @@ -658,9 +658,9 @@ RC2_Golem 4 RC2_Guardian 5 RC2_Ninja 6 -SizeSmall 0 -SizeMedium 1 -SizeLarge 2 +Size_Small 0 +Size_Medium 1 +Size_Large 2 BF_WEAPON 0x0001 BF_MAGIC 0x0002 |