when it boots up a zone i get an error about temporary merchant templates. it says
Code:
[Status] Loading Temporary Merchant Lists...
Error in LoadTempMerchantData query 'select ml.npcid,ml.slot,ml.itemid,ml.charge
s from merchantlist_temp ml, npc_types nt, spawnentry se, spawn2 s2 where nt.id=
ml.npcid and nt.id=se.npcid and se.spawngroupid=s2.spawngroupid and s2.zone='cab
east' group by ml.npcid,slot order by npcid,slot asc' #1054: Unknown column 'ml.
npcid' in 'field list'
How do i fix it i just added a merchantlist_temp table, but dont know where to go from there. do i even need to worry about this. I have 0 merchants in any zone right now as well
Edit:: as we;; as that, the black screen erroring is gone... although now it just looks like its loading into the zone but goes back to login after a few minutes. is my DB wrong or is it still the server?