summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-24 17:34:07 +0000
committerxazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-24 17:34:07 +0000
commit47a3c5c93be7a376b057a8dd01486004dd955e96 (patch)
tree92d85eedf413372c745a9dea1f3492915c2da9e4
parent7224f1b89df2615f67c782c891a0648014f267a5 (diff)
downloadhercules-47a3c5c93be7a376b057a8dd01486004dd955e96.tar.gz
hercules-47a3c5c93be7a376b057a8dd01486004dd955e96.tar.bz2
hercules-47a3c5c93be7a376b057a8dd01486004dd955e96.tar.xz
hercules-47a3c5c93be7a376b057a8dd01486004dd955e96.zip
Renamed leftovers REMODE to RENEWAL in documentation.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16493 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--conf/battle/player.conf2
-rw-r--r--sql-files/item_db_re.sql2
-rw-r--r--src/map/script.c2
-rw-r--r--src/map/status.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/battle/player.conf b/conf/battle/player.conf
index ffb57c122..32e3673f7 100644
--- a/conf/battle/player.conf
+++ b/conf/battle/player.conf
@@ -89,7 +89,7 @@ max_baby_parameter: 80
max_baby_third_parameter: 108
// Max armor def/mdef
-// NOTE: This setting have no effect if server is run on Renewal Mode (REMODE)
+// NOTE: This setting have no effect if server is run on Renewal Mode (RENEWAL)
// NOTE: does not affects skills and status effects like Mental Strength
// If weapon_defense_type is non-zero, it won't apply to max def.
// If magic_defense_type is non-zero, it won't apply to max mdef.
diff --git a/sql-files/item_db_re.sql b/sql-files/item_db_re.sql
index cdc34c5b5..b6c25085e 100644
--- a/sql-files/item_db_re.sql
+++ b/sql-files/item_db_re.sql
@@ -30,7 +30,7 @@ CREATE TABLE `item_db_re` (
) ENGINE=MyISAM;
# Renewal-Specific Database
-# specially for renewal-modified items, when compiled in REMODE entries in this file override item_db.txt and are overriden by item_db2.txt
+# specially for renewal-modified items, when compiled in RENEWAL entries in this file override item_db.txt and are overriden by item_db2.txt
#
# Structure of Database:
# REPLACE INTO `item_db_re` VALUES ('ID','Name','Name','Type','Price','Sell','Weight','ATK:MATK','DEF','Range','Slot','Job','Upper','Gender','Loc','wLV','eLV','Refineable','View','Script','OnEquip_Script','OnUnequip_Script');
diff --git a/src/map/script.c b/src/map/script.c
index 6de233732..e0976e9a1 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -11267,7 +11267,7 @@ BUILDIN_FUNC(getitemslots)
return 0;
}
-// TODO: add matk here if needed/once we get rid of REMODE
+// TODO: add matk here if needed/once we get rid of RENEWAL
/*==========================================
* Returns some values of an item [Lupus]
diff --git a/src/map/status.h b/src/map/status.h
index b6d55cbb6..efa2a84a1 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -1525,7 +1525,7 @@ struct status_data {
#endif
aspd_rate;
/**
- * defType is REMODE dependent and defined in src/map/config/data/const.h
+ * defType is RENEWAL dependent and defined in src/map/config/data/const.h
**/
defType def,mdef;