diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-16 20:13:19 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-16 20:13:19 +0000 |
commit | df76ca57e522eeac7391e0cec9e397be38a0d19d (patch) | |
tree | 04db16251d383ba587500780baac806d9ff3d392 /db/const.txt | |
parent | e5be0261a4419cb2b6849a751d04477ef40dca79 (diff) | |
download | hercules-df76ca57e522eeac7391e0cec9e397be38a0d19d.tar.gz hercules-df76ca57e522eeac7391e0cec9e397be38a0d19d.tar.bz2 hercules-df76ca57e522eeac7391e0cec9e397be38a0d19d.tar.xz hercules-df76ca57e522eeac7391e0cec9e397be38a0d19d.zip |
- Added support for hexadecimal values in the const.txt file.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8321 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/const.txt b/db/const.txt index 5f5ae470a..c97bb2c59 100644 --- a/db/const.txt +++ b/db/const.txt @@ -78,8 +78,8 @@ Job_Star_Gladiator 4047 Job_Star_Gladiator2 4048
Job_Soul_Linker 4049
-Option_Wedding 4096
-Option_Xmas 131072
+Option_Wedding 0x1000
+Option_Xmas 0x20000
bc_all 0
bc_map 1
|