Ahha!
Yes, fighter class gets kick at level one. This is probably not so much a bug as much as simply the wrong class chosen for the newbie mobs.
That'll be easy to fix. I figure I'll just do something like
UPDATE npc_types n SET n.class=8 WHERE n.class=1 AND n.level < 8;
Players should be able to handle mobs that kick by level 8 I think.
|