Thread: Groups Broken?
View Single Post
  #10  
Old 01-19-2013, 12:10 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

That error means this query failed:

Code:
	if (RunQuery(query, MakeAnyLenString(&query, "SELECT groupid from group_id where name='%s'", name), errbuf, &result)) {
Is that error received because you zoned, or because you tried to create a group?
Reply With Quote