View Single Post
  #16  
Old 12-18-2011, 08:35 AM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

I started actually playing and looking for issues this morning and noticed something. It appears their is a small problem going x64 that I would not had thought would pop up. Guilds are not working. I managed to copy / paste the error.

Code:
[Debug] [GUILDS__ERROR] Error loading guild member 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 = g.mobtype  WHERE g.guild_id=1': 

#1267: Illegal mix of collations (utf8_general_ci,COERCIBLE) and (latin1_swedish_ci,IMPLICIT) for operation '='
Unable to get raid id, char not found!
[Quest] Unable to read perl file 'quests/nexus/player_v0.pl'
Loading file quests/items/CHRMFewContainers.pl
Reply With Quote