Код:
DELETE FROM `conditions` WHERE `SourceEntry`=88646 AND `SourceTypeOrReferenceId` IN (13, 17);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(17, 0, 88646, 0, 0, 30, 0, 206684, 10, 0, 0, 0, 45, '', 'Spell Burn Hay - Near Bale of Hay Trigger'),
(17, 0, 88646, 0, 1, 30, 0, 206682, 10, 0, 0, 0, 45, '', 'Spell Burn Hay - Near Bale of Hay'),
(17, 0, 88646, 0, 2, 30, 0, 206683, 10, 0, 1, 0, 0, '', 'Spell Burn Hay - Not Near Cosmetic Object - Fire Med'),
(13, 1, 88646, 0, 0, 31, 0, 5, 206684, 0, 0, 0, 0, '', 'Spell Burn Hay - Target Bale of Hay Trigger'),
(13, 1, 88646, 0, 1, 31, 0, 5, 206682, 0, 0, 0, 0, '', 'Spell Burn Hay - Target Bale of Hay');
UPDATE `quest_objectives` SET `Type`=2, `ObjectID`=206684, `Amount`=5 WHERE `QuestID`=27923; -- Smoke in Their Eyes
UPDATE `gameobject_template` SET `type`=10, `Data3`=3000 WHERE `entry`=206684; -- Bale of Hay Trigger
UPDATE `gameobject_template_addon` SET `faction`=0, `flags`=16 WHERE `entry`=206684;
UPDATE `gameobject_template` SET `type`=10, `Data3`=3000 WHERE `entry`=206682; -- Bale of Hay
UPDATE `gameobject_template_addon` SET `faction`=0, `flags`=16 WHERE `entry`=206682;