diff options
Diffstat (limited to 'sql-files/item_db2.sql')
-rw-r--r-- | sql-files/item_db2.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/item_db2.sql b/sql-files/item_db2.sql index a698b086c..e5206af36 100644 --- a/sql-files/item_db2.sql +++ b/sql-files/item_db2.sql @@ -32,7 +32,7 @@ CREATE TABLE `item_db2` ( # Items Additional Database - Custom Items go here # # Structure of Database: -# REPLACE INTO `item_db` VALUES ( ID,'Name','Name',Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,' Script ',' OnEquip_Script ',' OnUnequip_Script '); +# REPLACE INTO `item_db2` VALUES ( ID,'Name','Name',Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,' Script ',' OnEquip_Script ',' OnUnequip_Script '); # # THQ Quest Items # ============================================================= |