Code:
REPLACE INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2` ,`action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) VALUES
('2860501','28605','6','0','100','0','0','0','0','0','33','28767','6','0','0','0','0','0','0','0','0','0','Havenshire Stallion - Kill Credit for Quests 12680'),
('2860601','28606','6','0','100','0','0','0','0','0','33','28767','6','0','0','0','0','0','0','0','0','0','Havenshire Mare - Kill Credit for Quests 12680'),
('2860701','28607','6','0','100','0','0','0','0','0','33','28767','6','0','0','0','0','0','0','0','0','0','Havenshire Colt - Kill Credit for Quests 12680');
UPDATE `creature_template` SET `AIName`='EventAI' WHERE `entry` in (28605,28606,28607);
UPDATE quest_template SET Method='0', ReqCreatureOrGoid1='0', ReqCreatureOrGoCount1='0' WHERE entry='12687';
Bookmarks