Archetype Saber Posted June 13, 2013 Posted June 13, 2013 when I execute the Item DB sql I got this error, i think it's about the version of my mysql query. but I just want to make sure. Quote
DeadlySilence Posted June 13, 2013 Posted June 13, 2013 (edited) The problem is the name. The string 'Lope's Clue' is interrupted by the apostrophe after Lope. You have to write the string like this: 'Lope\'s Clue' Edited June 13, 2013 by DeadlySilence 2 Quote
Archetype Saber Posted June 13, 2013 Author Posted June 13, 2013 The problem is the name. The string 'Lope's Clue' is interrupted by the apostrophe after Lope. You have to write the string like this: 'Lope\'s Clue' REPLACE INTO `item_db` VALUES (6383,'Clue_Of_Lope','Lope\'s Clue',3,20,NULL,10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); Like this ? thanks man, I should put this on bug track. Done. Quote
Brian Posted June 13, 2013 Posted June 13, 2013 Thanks for the bug report, I will fix this in the SVN. Quote
Question
Archetype Saber
when I execute the Item DB sql I got this error, i think it's about the version of my mysql query. but I just want to make sure.
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.