Code:
NSERT INTO gameobject_template
(entry, type, displayId, name, faction, flags, size, sound0, sound1, sound2, sound3, sound4, sound5, sound6, sound7, sound8, sound9, ScriptName)
VALUES
(8000000, 27, 5213, "test", 0, 64, 1, 8000000, 0, 1, 0, 0, 0, 0, 0, 0, 0,'');
INSERT INTO areatrigger_template
(id, name , trigger_map, trigger_position_x, trigger_position_y, trigger_position_z, target_map, target_position_x, target_position_y, target_position_z, target_orientation)
VALUES
(8000000, "test", 1, 16225.95, 16257.906, 13.243682, 1, 16225.95, 16257.906, 13.243682, 0);
thank you