diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-01 10:46:03 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-01 10:46:03 +0000 |
commit | efeb89f34eccad6613e97c711fd5ef561ed0e4e3 (patch) | |
tree | b08adc5accd4b7b9ed1871c4582d0707ac74798a /db/const.txt | |
parent | daf78c92543e34b9a2db242fab207f4ea0c0f7d1 (diff) | |
download | hercules-efeb89f34eccad6613e97c711fd5ef561ed0e4e3.tar.gz hercules-efeb89f34eccad6613e97c711fd5ef561ed0e4e3.tar.bz2 hercules-efeb89f34eccad6613e97c711fd5ef561ed0e4e3.tar.xz hercules-efeb89f34eccad6613e97c711fd5ef561ed0e4e3.zip |
* Added Karma and Manner to const.txt
* Delete players' ID from id_db when kicking everyone from the map-server due to char disconnection -- Fixes an odd crash with lazy mob AI
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1017 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 63c502fba..2aa8757c4 100644 --- a/db/const.txt +++ b/db/const.txt @@ -110,6 +110,8 @@ MaxHp 6 1 Sp 7 1 MaxSp 8 1 BaseJob 119 1 +Karma 4 +Manner 5 bMaxHP 6 bMaxSP 8 |