MySQL Error showing up on GM screen
So it's been about 3 weeks since I last sourced and recompiled. Everything compiled normally. Bots needed to be reloaded, but I am now getting an error I haven't seen before. This error shows up in the chat window of the GM character. The error is in RED text and is as follows:
[MySQL Error] 1054: Unknown column 'c.timelaston' in 'field list' SELECT
c.id,c.name,c.class,c.level,c.timelaston,c.zoneid,
g.guild_id,g.rank,g.tribute_enable,g.total_tribute ,g.last_tribute,g.banker,g.public_note,g.alt
FROM vwBotCharacterMobs AS c LEFT JOIN vwGuildMembers as g ON c.id=g.char_id
AND c.mobtype = b.mobtype WHERE g.guild_id=1
This only shows up on the GM account, not on any others. I checked the views and they appear to be normal. This same error showed up on the world.exe screen the first time I started the server. I did the patching thing and it doesn't show up when starting the server. It only shows up on the GM character.
Again, this has never ever showed up before doing the build tonight...
|