mixxit
07-12-2009, 07:30 AM
snprintf(tmpstr, sizeof(tmpstr), "%s%s%i", zone, spawn->GetName(),Timer::GetCurrentTime());
This creates a string that is too long for the spawngroups name field (30) and fails to produce the spawn for a GM
This creates a string that is too long for the spawngroups name field (30) and fails to produce the spawn for a GM