alright, im pretty new at all of this. i went to upload my characterprofile.lua, and i got this error.
1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '10 AS levelgroup, COUNT(`level`) AS amount, SUM(`level`) AS
SQL:
SELECT IF(`guild_title` LIKE '%alt%',1,0) AS 'isalt', `level` DIV 10 AS levelgroup, COUNT(`level`) AS amount, SUM(`level`) AS sum FROM `roster_members` GROUP BY isalt, levelgroup ORDER BY isalt ASC, levelgroup DESC
File: menu.php
Line: 55
any help would be much appreciated. thanks.