From ce7f962de51c7ab83e9316e1026bba147b1a8102 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sun, 2 Oct 2016 12:38:18 +0200 Subject: DB/SAI: use spell instead of direct add item SAI for previous commit's script. (cherry picked from commit 517f57c33c86320e8482f8e1b4c29098a42b2727) --- sql/updates/world/master/2017_03_04_24_world_2016_10_02_05_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2017_03_04_24_world_2016_10_02_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_03_04_24_world_2016_10_02_05_world.sql b/sql/updates/world/master/2017_03_04_24_world_2016_10_02_05_world.sql new file mode 100644 index 00000000000..b6d588302d7 --- /dev/null +++ b/sql/updates/world/master/2017_03_04_24_world_2016_10_02_05_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=3691 AND `id`=6; +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 +(3691, 0, 6, 0, 62, 0, 100, 0, 5502, 0, 0, 0, 11, 22227, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, "Raene Wolfrunner - On Gossip Select - Cast spell 'Create Dartol's Rod'"); -- cgit v1.2.3