--
-- Dumping data for table `rpg_items_cats`
--
INSERT INTO `rpg_items_cats` VALUES (1, 'Weapons', 'Vast selection of weapons to choose from', 1, 3, 2350, 1, 0);
INSERT INTO `rpg_items_cats` VALUES (2, 'Armor', 'An entire Armor collection at your service', 2, 4, 930, 4, 0);
INSERT INTO `rpg_items_cats` VALUES (3, 'Items', 'Diverse Items', 3, 1, 1500, 5, 0);
INSERT INTO `rpg_items_cats` VALUES (4, 'Attack Spells', 'Offensive Spells', 4, 2, 2280, 8, 0);
INSERT INTO `rpg_items_cats` VALUES (5, 'Defensive Spells', 'Defense spells', 5, 0, 0, 9, 0);
INSERT INTO `rpg_items_cats` VALUES (6, 'Combo Spells', 'Combinations of attack and defense spells', 6, 1, 50, 7, 0);
|