We'll look into that bug soon...But that only started after I created the random Groups for CMS
queryReactor.SetQuery(string.Format("UPDATE groups_data SET badge = @badgi WHERE id = {0}", guildId));
queryReactor.AddParameter("badgi", badge);
queryReactor.RunQuery();