diff options
author | xazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-24 17:34:07 +0000 |
---|---|---|
committer | xazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-24 17:34:07 +0000 |
commit | 47a3c5c93be7a376b057a8dd01486004dd955e96 (patch) | |
tree | 92d85eedf413372c745a9dea1f3492915c2da9e4 /sql-files/item_db_re.sql | |
parent | 7224f1b89df2615f67c782c891a0648014f267a5 (diff) | |
download | hercules-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
Diffstat (limited to 'sql-files/item_db_re.sql')
-rw-r--r-- | sql-files/item_db_re.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |