View Single Post
  #1  
Old 07-12-2009, 07:30 AM
mixxit
Hill Giant
 
Join Date: Sep 2006
Posts: 155
Default NPCSpawnDB size problem

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
Reply With Quote