public static List <string> BuildSQL(EmoteTable emoteTable) { emoteTable.NormalRange(); return(SQLWriter.GetSQL(emoteTable)); }