ALTER TABLE `npc_types` ADD COLUMN `maxlevel` tinyint(3) NOT NULL DEFAULT 0; ALTER TABLE `npc_types` ADD COLUMN `scalerate` int NOT NULL DEFAULT 100;