Mysql error Deleting characters
This is the error I get whenever I delete a character.
[MySQL Error] 1305: FUNCTION peq.GetMobTypeById does not exist DELETE FROM `guild_members` WHERE `char_id` = '634' AND GetMobTypeById(1070934671) = 'C' any info for this would be great, It doesn't seem to effect anything that I can see but its an error non the less that I wan't to go away =P |
How are you deleting the character? What tool, cmd, etc.?
|
Try this
Code:
DROP FUNCTION IF EXISTS `GetMobTypeById`; |
just at the character select screen, it pops up on my world.exe. I'll try that taleason and get back to ya
|
That did the trick taleason, I've never been very good with code im glad that you figured it out. What was the issue btw?
|
Quote:
Happy it fixed it for you. |
what does the function actually do so I have a reference for it
|
The function is called when deleting members from a guild
|
Thank you nate
|
All times are GMT -4. The time now is 12:30 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.