diff --git a/sql/updates/world/2015_11_26_00_world.sql b/sql/updates/world/2015_11_26_00_world.sql new file mode 100644 index 00000000000..4370e8f632e --- /dev/null +++ b/sql/updates/world/2015_11_26_00_world.sql @@ -0,0 +1,9 @@ +-- +SET @Caice := 2307; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@Caice) AND `source_type` = 0 AND `id`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (49340) AND `source_type` = 0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (4934000) AND `source_type` = 9; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(@Caice, 0, 1, 0, 19, 0, 100, 0, 25089, 0, 0, 0, 85, 91938, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Caice - On Quest Accept - Cast Spell To Summon'), +(49340, 0, 0, 1, 75, 0, 100, 1, 0, 49337, 3, 0, 86, 91945, 2, 19, 49337, 20, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Corpse - On DISTANCE_CREATURE - cross cast'), +(49340, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 11, 46598, 2, 0, 0, 0, 0, 19, 49337, 20, 0, 0, 0, 0, 0, 'Corpse - On DISTANCE_CREATURE - cast');