diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-12-07 14:36:40 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-12-07 14:36:40 +0100 |
commit | 9a969b8f01882b212dab18552215e192e5520486 (patch) | |
tree | d92ef413b9019b75f8804bd6fb1a32186d26665d /sql-files | |
parent | 28a8b0f7b06a6af86aff6ececf7d9541d457e297 (diff) | |
download | hercules-9a969b8f01882b212dab18552215e192e5520486.tar.gz hercules-9a969b8f01882b212dab18552215e192e5520486.tar.bz2 hercules-9a969b8f01882b212dab18552215e192e5520486.tar.xz hercules-9a969b8f01882b212dab18552215e192e5520486.zip |
ItemDB SQL Sync
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'sql-files')
-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 b087ff804..be65ef246 100644 --- a/sql-files/item_db_re.sql +++ b/sql-files/item_db_re.sql @@ -3362,7 +3362,7 @@ REPLACE INTO `item_db_re` VALUES ('5657','Antique_Pipe_J','Captain\'s Pipe','5', REPLACE INTO `item_db_re` VALUES ('5658','Imp_Hat','Imp Hat','5','20','10','400','0','0','1','0','1','4294967295','63','2','256','0','0',NULL,'1','589','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus3 bAutoSpell,SA_FLAMELAUNCHER,1,5;','',''); REPLACE INTO `item_db_re` VALUES ('5659','Sleepr_Hat','Sleeper Hat','5','20','10','400','0','0','1','0','0','4294967295','63','2','256','0','0',NULL,'1','590','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus3 bAutoSpell,SA_SEISMICWEAPON,1,5;','',''); REPLACE INTO `item_db_re` VALUES ('5660','Gryphon_Hat','Gryphon Hat','5','20','10','400','0','0','1','0','1','4294967295','63','2','256','0','0',NULL,'1','591','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus bAgi,2; bonus3 bAutoSpell,SA_LIGHTNINGLOADER,1,5;','',''); -REPLACE INTO `item_db_re` VALUES ('5661','Red_Pirate_Bandana','Red Pirate Bandana','5','0','0','0','0','0','3','0','0','4294967295','63','2','256','0','10',NULL,'1','592','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus bStr,1; bonus bDex,1; bonus bAspdRate,2; bonus bVariableCastrate,-2; bonus3 bAutoSpell,MO_EXTREMITYFIST,1,3;','',''); +REPLACE INTO `item_db_re` VALUES ('5661','Red_Pirate_Bandana','Red Pirate Bandana','5','0','0','0','0','0','3','0','0','4294967295','63','2','256','0','10',NULL,'1','592','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus bStr,1; bonus bDex,1; bonus bAspdRate,2; bonus bVariableCastrate,-2;','',''); REPLACE INTO `item_db_re` VALUES ('5662','Libra_Crown','Libra Crown','5','10','5','300','0','0','3','0','0','4294967295','63','2','256','0','0',NULL,'1','593','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus bDex,3;','',''); REPLACE INTO `item_db_re` VALUES ('5663','Libra_Diadem','Libra Diadem','5','10','5','300','0','0','3','0','0','4294967295','63','2','256','0','0',NULL,'1','594','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus bDex,3;','',''); REPLACE INTO `item_db_re` VALUES ('5664','Filir_Wing','Filir\'s Pinions','5','20','10','100','0','0','1','0','0','4294967295','63','2','512','0','70',NULL,'0','595','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus bAspdRate,2; bonus bVariableCastrate,-2;','',''); |