diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-16 04:20:55 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-16 04:20:55 +0000 |
commit | a2c41ae05a34029adf70f7e11f47c4e4ba56566b (patch) | |
tree | ead4aace769121712737e5d20aa109f66245c828 /db | |
parent | ec576ee55559c2375d240b16d07ca860acdeb8bd (diff) | |
download | hercules-a2c41ae05a34029adf70f7e11f47c4e4ba56566b.tar.gz hercules-a2c41ae05a34029adf70f7e11f47c4e4ba56566b.tar.bz2 hercules-a2c41ae05a34029adf70f7e11f47c4e4ba56566b.tar.xz hercules-a2c41ae05a34029adf70f7e11f47c4e4ba56566b.zip |
Added 'BaseJob' const and 'indoors' mapflag
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@209 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/const.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 995a3625b..3cd36dec8 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -5,6 +5,7 @@ Ayothala items == Added but no effect ( all are "ect" itens)
Skill databases == celest working on them i believe.
+11/16 - Added BaseJob to const.txt [celest]
11/15
- Minor fix on wedding skills, to use 15% of SP/HP . [shadowlady]
diff --git a/db/const.txt b/db/const.txt index acad5e67a..a99198c72 100644 --- a/db/const.txt +++ b/db/const.txt @@ -99,6 +99,7 @@ Hp 5 1 MaxHp 6 1 Sp 7 1 MaxSp 8 1 +BaseJob 119 1 bMaxHP 6 bMaxSP 8 |