diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-10-02 12:38:18 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-05 01:06:38 +0100 |
| commit | ce7f962de51c7ab83e9316e1026bba147b1a8102 (patch) | |
| tree | 9879514bdb87e8aba34dcfdf0c75d5f016f2af29 | |
| parent | e1d24cb9e0aa3d481395aeb4fb6fef5d4003d652 (diff) | |
DB/SAI: use spell instead of direct add item SAI for previous commit's script.
(cherry picked from commit 517f57c33c86320e8482f8e1b4c29098a42b2727)
| -rw-r--r-- | sql/updates/world/master/2017_03_04_24_world_2016_10_02_05_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'"); |
