This is is a fix for the unk4 db error in the later rev's of arcemu
just put in query editor and runCode:Alter table `creature_names` add column `unk4` INT(9) UNSIGNED default '0' not null after `rank`; Alter table `creature_names` add column `spelldataid` INT(9) UNSIGNED default '0' not null after `unk4`; Alter table `creature_names` add column `civilian` INT(9) UNSIGNED default '0' not null after `unknown_float2`;