diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2016-03-01 03:42:42 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2016-03-01 03:42:42 +0100 |
commit | 112d2d91c4a22f44192872ddca8f47f5ca9a5e62 (patch) | |
tree | 4d81c5d746031527ff9b10dce5dd1c4cdbd7d580 /sql-files/item_db.sql | |
parent | 4127aad6ecbc659d31ab4d4efc18ed7a0aa7acbb (diff) | |
download | hercules-112d2d91c4a22f44192872ddca8f47f5ca9a5e62.tar.gz hercules-112d2d91c4a22f44192872ddca8f47f5ca9a5e62.tar.bz2 hercules-112d2d91c4a22f44192872ddca8f47f5ca9a5e62.tar.xz hercules-112d2d91c4a22f44192872ddca8f47f5ca9a5e62.zip |
ItemDB SQL Sync
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'sql-files/item_db.sql')
-rw-r--r-- | sql-files/item_db.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql-files/item_db.sql b/sql-files/item_db.sql index e77480e75..01829c242 100644 --- a/sql-files/item_db.sql +++ b/sql-files/item_db.sql @@ -5844,8 +5844,8 @@ REPLACE INTO `item_db` VALUES ('14104','F_S_Life_Potion_Box','Small Life Potion REPLACE INTO `item_db` VALUES ('14105','F_S_Life_Potion_Box30','Small Life Potion 30 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0',NULL,'0','0','0','0','0','0','475',NULL,'0',NULL,'0',NULL,'0','getitem 14534,30;','',''); REPLACE INTO `item_db` VALUES ('14106','F_S_Life_Potion_Box50','Small Life Potion 50 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0',NULL,'0','0','0','0','0','0','475',NULL,'0',NULL,'0',NULL,'0','getitem 14534,50;','',''); REPLACE INTO `item_db` VALUES ('14107','F_M_Life_Potion_Box','Medium Life Potion 10 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0',NULL,'0','0','0','0','0','0','475',NULL,'0',NULL,'0',NULL,'0','getitem 14535,10;','',''); -REPLACE INTO `item_db` VALUES ('14108','F_M_Life_Potion_Box30','Large Life Potion 30 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0',NULL,'0','0','0','0','0','0','475',NULL,'0',NULL,'0',NULL,'0','getitem 14535,30;','',''); -REPLACE INTO `item_db` VALUES ('14109','F_M_Life_Potion_Box50','Large Life Potion 50 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0',NULL,'0','0','0','0','0','0','475',NULL,'0',NULL,'0',NULL,'0','getitem 14535,50;','',''); +REPLACE INTO `item_db` VALUES ('14108','F_M_Life_Potion_Box30','Medium Life Potion 30 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0',NULL,'0','0','0','0','0','0','475',NULL,'0',NULL,'0',NULL,'0','getitem 14535,30;','',''); +REPLACE INTO `item_db` VALUES ('14109','F_M_Life_Potion_Box50','Medium Life Potion 50 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0',NULL,'0','0','0','0','0','0','475',NULL,'0',NULL,'0',NULL,'0','getitem 14535,50;','',''); REPLACE INTO `item_db` VALUES ('14110','F_Abrasive_Box5','Abrasive 5 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0',NULL,'0','0','0','0','0','0','475',NULL,'0',NULL,'0',NULL,'0','getitem 14536,5;','',''); REPLACE INTO `item_db` VALUES ('14111','F_Abrasive_Box10','Abrasive 10 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0',NULL,'0','0','0','0','0','0','475',NULL,'0',NULL,'0',NULL,'0','getitem 14536,10;','',''); REPLACE INTO `item_db` VALUES ('14112','F_Regeneration_Box5','Regeneration Potion 5 Box','18','20','10','10','0','0','0','0','0','4294967295','63','2','0','0','0',NULL,'0','0','0','0','0','0','475',NULL,'0',NULL,'0',NULL,'0','getitem 14537,5;','',''); |