Renamed leftovers REMODE to RENEWAL in documentation.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16493 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
xazax-hun 2012-07-24 17:34:07 +00:00
parent 7b294eebf9
commit ae1726dbae
4 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@ max_baby_parameter: 80
max_baby_third_parameter: 108 max_baby_third_parameter: 108
// Max armor def/mdef // 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 // 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 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. // If magic_defense_type is non-zero, it won't apply to max mdef.

View File

@ -30,7 +30,7 @@ CREATE TABLE `item_db_re` (
) ENGINE=MyISAM; ) ENGINE=MyISAM;
# Renewal-Specific Database # 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: # 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'); # 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');

View File

@ -11267,7 +11267,7 @@ BUILDIN_FUNC(getitemslots)
return 0; 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] * Returns some values of an item [Lupus]

View File

@ -1525,7 +1525,7 @@ struct status_data {
#endif #endif
aspd_rate; 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; defType def,mdef;