diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-14 22:26:26 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-14 22:26:26 +0000 |
commit | eb8c83dd3d39ffeb3b7d8455d1f4c4c0b9f7a84c (patch) | |
tree | e8f1ab67222b17a3b676258783c08568de982a63 /conf/battle | |
parent | 79b707807f76af7510b364a4896ad12d08207407 (diff) | |
download | hercules-eb8c83dd3d39ffeb3b7d8455d1f4c4c0b9f7a84c.tar.gz hercules-eb8c83dd3d39ffeb3b7d8455d1f4c4c0b9f7a84c.tar.bz2 hercules-eb8c83dd3d39ffeb3b7d8455d1f4c4c0b9f7a84c.tar.xz hercules-eb8c83dd3d39ffeb3b7d8455d1f4c4c0b9f7a84c.zip |
* Updated quest_read_db. Might need reviewing. ;-;
- Reports entries when read by server at start up like other DBs.
- Will now skip blank lines instead of reporting false errors.
- Will report when entries are > MAX_QUEST_DB.
* Updated quest and item DB with Eden Group information.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14463 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/exp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/exp.conf b/conf/battle/exp.conf index 7e9675ed2..f3d438ea2 100644 --- a/conf/battle/exp.conf +++ b/conf/battle/exp.conf @@ -92,7 +92,7 @@ death_penalty_job: 100 zeny_penalty: 0 // Will display experience gained from killing a monster. (Note 1) -disp_experience: yes +disp_experience: no // Will display zeny earned (from mobs, trades, etc) (Note 1) disp_zeny: no |