item_latents import.sql import error
Posted: Sun Jan 26, 2014 9:39 am
I am guessing that this is only effecting MySQL workbench from the lack of posts
if your getting import error at line 1481
then you need to change this
to this
stupid I know but that's how MySQL rolls
if your getting import error at line 1481
then you need to change this
Code: Select all
--Koga Tekko
INSERT INTO `item_latents` VALUES(15114, 8, 12, 26, 1); -- STR +12 during nighttime
INSERT INTO `item_latents` VALUES(15114, 384, 4, 26, 1); -- Haste +%4 during nighttime
--Koga Kyahan
INSERT INTO `item_latents` VALUES(15144, 9, 7, 26, 1); -- DEX +7 during nighttime
--Ninja Kyahan
INSERT INTO `item_latents` VALUES(14101, 169, 25, 26, 1); -- %25 during nighttime
Code: Select all
-- Koga Tekko
INSERT INTO `item_latents` VALUES(15114, 8, 12, 26, 1); -- STR +12 during nighttime
INSERT INTO `item_latents` VALUES(15114, 384, 4, 26, 1); -- Haste +%4 during nighttime
-- Koga Kyahan
INSERT INTO `item_latents` VALUES(15144, 9, 7, 26, 1); -- DEX +7 during nighttime
-- Ninja Kyahan
INSERT INTO `item_latents` VALUES(14101, 169, 25, 26, 1); -- %25 during nighttime