Hello, im trying to add stuff to db im rather new to mango's and it seems to hard but how do i fix this
[Err] 1054 - Unknown column 'entry' in 'field list'
[Err] insert into `creature_template` (`entry`, `modelid_A`, `modelid_A2`, `modelid_H`, `modelid_H2`, `name`, `subname`, `minlevel`, `maxlevel`, `minhealth`, `maxhealth`, `minmana`, `maxmana`, `armor`, `faction_A`, `faction_H`, `npcflag`, `speed`, `scale`, `rank`, `mindmg`, `maxdmg`, `baseattacktime`, `family`, `type`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `mingold`, `maxgold`)
values ('133700', '19654', '19654', '19654', '19654', "Starter Gear", "", '1', '1', '234665', '234665', '784246', '784246', '23652', '7', '7', '4225', '8.00', '1.5', '0', '3562', '5421', '100', '0', '10', '0', '0', '0', '0', '0', '0', '0', '0');
[Msg] Finished - Unsuccessfully
--------------------------------------------------
Please help