summaryrefslogtreecommitdiff
path: root/conf-tmpl/script_athena.conf
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-07-28 19:21:40 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-07-28 19:21:40 +0000
commit58aa5f00185701b698eaf6e514d89276e41d20d7 (patch)
tree28c8f0b999bdf19ae0fdaf797c15eb89e7de8bae /conf-tmpl/script_athena.conf
parent10cd9e4aebf9efa7f12a357499e63ef0479947cf (diff)
downloadhercules-58aa5f00185701b698eaf6e514d89276e41d20d7.tar.gz
hercules-58aa5f00185701b698eaf6e514d89276e41d20d7.tar.bz2
hercules-58aa5f00185701b698eaf6e514d89276e41d20d7.tar.xz
hercules-58aa5f00185701b698eaf6e514d89276e41d20d7.zip
* Removed ridiculous refine_posword config switch
* TODO: remove getequipname() func, it can be fully replaced by editing a few scripts, plus it doesn't do what the docs say it should do * Fixed a silly mistake in the main script engine loop ('pos' variable) * Fixed monter -> monster typos * Compacted some script function code (fewer LoC -> faster trac :) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10923 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/script_athena.conf')
-rw-r--r--conf-tmpl/script_athena.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf-tmpl/script_athena.conf b/conf-tmpl/script_athena.conf
index eb41948ff..1c426a634 100644
--- a/conf-tmpl/script_athena.conf
+++ b/conf-tmpl/script_athena.conf
@@ -15,9 +15,6 @@
//--------------------------------------------------------
-// When choosing those which it refines setting the letter which is indicated. (Those for word use other than Japanese?)
-refine_posword: Head,Body,Left hand,Right hand,Robe,Shoes,Accessory 1,Accessory 2,Head 2,Head 3,Not Equipped
-
//If you are getting crashes during script loading, you can set this to yes
//to find out which script causes it. Otherwise leave it as no since the amount
//of extra console output is staggering.