diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-03-09 18:47:44 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2015-03-09 18:47:44 +0530 |
commit | 308677fb86dc98ed9c0adc18dea396c1cd5f6ff6 (patch) | |
tree | 766a7efb81af9b456d271cdc3af829139e19604b | |
parent | 717aac6ff2e4f965fec81bff2e7364e2111e701e (diff) | |
parent | 43eebf40b8accc6a9ce971ba7dd6aba6617b7d09 (diff) | |
download | hercules-308677fb86dc98ed9c0adc18dea396c1cd5f6ff6.tar.gz hercules-308677fb86dc98ed9c0adc18dea396c1cd5f6ff6.tar.bz2 hercules-308677fb86dc98ed9c0adc18dea396c1cd5f6ff6.tar.xz hercules-308677fb86dc98ed9c0adc18dea396c1cd5f6ff6.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
-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 36cadd9b4..cbfaa8b98 100644 --- a/sql-files/item_db_re.sql +++ b/sql-files/item_db_re.sql @@ -1663,7 +1663,7 @@ REPLACE INTO `item_db` VALUES ('2626','Rosary_','Rosary','5','15000','7500','200 REPLACE INTO `item_db` VALUES ('2627','Belt','Belt','5','20000','10000','1200','0','0','0','0','1','4294967295','63','2','136','0','25',NULL,'0','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','','',''); REPLACE INTO `item_db` VALUES ('2628','Novice_Armlet','Novice Armlet','5','400','200','200','0','0','0','0','1','1','47','2','136','0','0',NULL,'0','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','','',''); REPLACE INTO `item_db` VALUES ('2629','Magingiorde','Magingiorde','5','20','10','8000','0','0','2','0','0','4294967295','63','2','136','0','94',NULL,'0','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus bStr,40+BaseLevel/5; bonus bMdef,7; if(readparam(bStr)==120) bonus2 bAddRace,RC_Boss,10;','',''); -REPLACE INTO `item_db` VALUES ('2630','Brysinggamen','Brysinggamen','5','20','10','1500','0','0','1','0','0','4294967295','63','2','136','0','94',NULL,'0','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus bDex,6; bonus bStr,6; bonus bAgi,6; bonus bVit,6; bonus bInt,10; bonus bLuk,10; bonus bMdef,5;','',''); +REPLACE INTO `item_db` VALUES ('2630','Brysinggamen','Brysinggamen','5','20','10','1500','0','0','1','0','0','4294967295','63','2','136','0','94',NULL,'0','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus bDex,6; bonus bStr,6; bonus bAgi,6; bonus bVit,6; bonus bInt,10; bonus bLuk,10; bonus bMdef,5; bonus2 bSkillHeal,PR_SANCTUARY,6; bonus2 bSkillHeal,AL_HEAL,6;','',''); REPLACE INTO `item_db` VALUES ('2631','First_Age_Ring','Celebration Ring','5','1','0','10','0','0','0','0','0','4294967295','63','2','136','0','0',NULL,'0','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','','',''); REPLACE INTO `item_db` VALUES ('2632','Korean_Trinket','Korean Trinket','5','125000','62500','100','0','0','1','0','0','2147483646','63','2','136','0','65',NULL,'0','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus bVit,1; bonus bDex,1; bonus bLuk,1;','',''); REPLACE INTO `item_db` VALUES ('2633','Jade_Ring','Jade Ring','5','204000','102000','100','0','0','0','0','0','2147483646','63','2','136','0','80',NULL,'0','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus bStr,2; bonus bInt,1;','',''); |