diff options
author | Hercules.ws <dev@herc.ws> | 2016-10-22 02:32:38 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2016-10-22 02:32:38 +0200 |
commit | af3c0657e901150efa17d3fc46035ac358e7c831 (patch) | |
tree | a413916a4f92973d6209f209ab627270263151c6 /sql-files/item_db.sql | |
parent | 21468b7ed14784913a1d244c8918cd007bef0d22 (diff) | |
download | hercules-af3c0657e901150efa17d3fc46035ac358e7c831.tar.gz hercules-af3c0657e901150efa17d3fc46035ac358e7c831.tar.bz2 hercules-af3c0657e901150efa17d3fc46035ac358e7c831.tar.xz hercules-af3c0657e901150efa17d3fc46035ac358e7c831.zip |
ItemDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'sql-files/item_db.sql')
-rw-r--r-- | sql-files/item_db.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/item_db.sql b/sql-files/item_db.sql index 640258d4f..c0ef7ee09 100644 --- a/sql-files/item_db.sql +++ b/sql-files/item_db.sql @@ -4326,6 +4326,7 @@ REPLACE INTO `item_db` VALUES ('11528','Kanafeh','Kanafeh','0','1500','750','200 REPLACE INTO `item_db` VALUES ('11529','MAAMOUL_','Maamoul','0','500','250','100','0','0','0','0','0','18446744073709551615','63','2','0','0','0',NULL,'0','0','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','itemheal 120,60;','',''); REPLACE INTO `item_db` VALUES ('11530','Jujube','Jujube','0','10','5','100','0','0','0','0','0','18446744073709551615','63','2','0','0','0',NULL,'0','0','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','itemheal 30,0;','',''); REPLACE INTO `item_db` VALUES ('11531','Coffee','Coffee','0','10','5','100','0','0','0','0','0','18446744073709551615','63','2','0','0','0',NULL,'0','0','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','itemheal 0,10;','',''); +REPLACE INTO `item_db` VALUES ('11602','Catnip_Fruit','Catnip Fruit','0','15','7','1','0','0','0','0','0','18446744073709551615','63','2','0','0','0',NULL,'0','0','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','itemheal rand(10, 40), 0;','',''); REPLACE INTO `item_db` VALUES ('11701','Girl_Bunch_Of_Flower','Girl\'s Bouquet','0','20','10','50','0','0','0','0','0','18446744073709551615','63','2','0','0','0',NULL,'0','0','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','itemheal rand(105,145),0;','',''); REPLACE INTO `item_db` VALUES ('11702','Moon_Cookie','Moon Cookie','0','0','0','300','0','0','0','0','0','18446744073709551615','63','2','0','0','0',NULL,'0','0','0','0','0','0','0',NULL,'1',NULL,'0',NULL,'0','','',''); REPLACE INTO `item_db` VALUES ('11703','Mysterious_Blood','Mystery Blood','0','0','0','30','0','0','0','0','0','18446744073709551615','63','2','0','0','0',NULL,'0','0','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','itemheal 0,rand(25,35);','',''); |