Thread: Missing SQL?
View Single Post
  #1  
Old 07-06-2009, 05:29 PM
leslamarch
Discordant
 
Join Date: Sep 2006
Location: Green Bay, WI
Posts: 436
Default

if anyone else needs them here they are

Code:
INSERT INTO `rule_values` VALUES ('0', 'Combat:MonkDamageTableBonus', '5', 'bonus monks get to their damage table calcs');
INSERT INTO `rule_values` VALUES ('0', 'Combat:FlyingKickBonus', '50', ' Modifier that this skill gets to str and skill bonuses');
INSERT INTO `rule_values` VALUES ('0', 'Combat:DragonPunchBonus', '40', ' Modifier that this skill gets to str and skill bonuses');
INSERT INTO `rule_values` VALUES ('0', 'Combat:EagleStrikeBonus', '30', ' Modifier that this skill gets to str and skill bonuses');
INSERT INTO `rule_values` VALUES ('0', 'Combat:TigerClawBonus', '20', 'Modifier that this skill gets to str and skill bonuses');
INSERT INTO `rule_values` VALUES ('0', 'Combat:RoundKickBonus', '10', 'Modifier that this skill gets to str and skill bonuses');
Reply With Quote