RevCMS Random Groups

Detox

Member
Jul 24, 2010
365
24
So I just finished coding this...

288tl6o.jpg

But that badge isn't correct badge.

This is what my badge should look like..
2dvmjnt.png

But now it changed itself in-client
10en3mb.png
 

Detox

Member
Jul 24, 2010
365
24
So I'm assuming it's just the emu, so if it's the emu itself which .cs file do I in for AzureEMU
 
I need to bump this thread so I can figure out where to look to find a fix for it

So I was looking through some codes I don't think this would cause it?

PHP:
 queryReactor.SetQuery(string.Format("UPDATE groups_data SET badge = @badgi WHERE id = {0}", guildId));
                        queryReactor.AddParameter("badgi", badge);
                        queryReactor.RunQuery();
?
 

Users who are viewing this thread

Top