summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorajarn <ajarn@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-27 08:55:24 +0000
committerajarn <ajarn@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-27 08:55:24 +0000
commit94034935b0ed5791c0b184b3da00b75ee3d96a0b (patch)
tree33cd05685b8e63a19f9b23a5369e08408b79261a
parent7ce995327ff958c0896ccf4929cabf8a1b881d72 (diff)
downloadhercules-94034935b0ed5791c0b184b3da00b75ee3d96a0b.tar.gz
hercules-94034935b0ed5791c0b184b3da00b75ee3d96a0b.tar.bz2
hercules-94034935b0ed5791c0b184b3da00b75ee3d96a0b.tar.xz
hercules-94034935b0ed5791c0b184b3da00b75ee3d96a0b.zip
common vote
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@809 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--Changelog.txt3
-rw-r--r--conf-tmpl/battle_athena.conf12
2 files changed, 9 insertions, 6 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 9ea499475..1b0e02e61 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,4 +1,7 @@
Date Added
+12/27
+ * Changed the *_override_grffile to no by default, because many were having issues with it [Ajarn]
+
12/26
* Fixed ANOTHER pet crash (double free) (SVN: 804) [MouseJstr]
* Added a proper #define for MAX_VENDING (SVN: 802) [MouseJstr]
diff --git a/conf-tmpl/battle_athena.conf b/conf-tmpl/battle_athena.conf
index 93a427655..f96fe5403 100644
--- a/conf-tmpl/battle_athena.conf
+++ b/conf-tmpl/battle_athena.conf
@@ -11,7 +11,7 @@
// \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
//
//--------------------------------------------------------------
-//eAthena Battle Configuration File
+// eAthena Battle Configuration File
// Made in to plainer english by Ancyker
//--------------------------------------------------------------
//Note 1: Directives can be set using on/off, yes/no or 1/0.
@@ -391,20 +391,20 @@ natural_heal_weight_rate: 50
// or if you're experiencing problems with GRF loading
//
// Override item names from GRF file? (Note 1)
-item_name_override_grffile: yes
+item_name_override_grffile: no
//
// Override item equip positions from GRF file? (Note 1)
-item_equip_override_grffile: yes
+item_equip_override_grffile: no
//
// Override item slots from GRF file? (Note 1)
-item_slots_override_grffile: yes
+item_slots_override_grffile: no
//
// Override 'indoors' mapflags from GRF file? (Note 1)
-indoors_override_grffile: yes
+indoors_override_grffile: no
//
// Override SP used per level from GRF file? (Note 1)
// Turn this off if you have a customised skill_require_db.txt
-skill_sp_override_grffile: yes
+skill_sp_override_grffile: no
//
// Read card illustrations from GRF file? (Note 1)
cardillust_read_grffile: yes