diff options
| author | Jildor <Jildor@users.noreply.github.com> | 2020-08-18 21:59:52 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-02-02 22:25:31 +0100 |
| commit | 3c658e4526a285a285f3d1d9a6b63ddd8d3be2e7 (patch) | |
| tree | 30f0fe261250689a0e6d28b674041d468371e383 | |
| parent | 4aa1c742320d93bbebcb7cb737acc46ec3be6ffd (diff) | |
DB/SAI: Remove unnecessary SetActive in DK start zone
Closes #25278
(cherry picked from commit 7dbbc50fc4fc02512bbe6346eca03182c1a5226b)
| -rw-r--r-- | sql/updates/world/master/2022_02_02_08_world_2020_08_18_03_world.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_02_08_world_2020_08_18_03_world.sql b/sql/updates/world/master/2022_02_02_08_world_2020_08_18_03_world.sql new file mode 100644 index 00000000000..96a20f57938 --- /dev/null +++ b/sql/updates/world/master/2022_02_02_08_world_2020_08_18_03_world.sql @@ -0,0 +1,13 @@ +-- Instructor Razuvious Event +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2835700,2835701,-129391,12939100,-129390,12939000,28391) AND `action_type`=48; +-- Acherus Necromancer SAI +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=-129391 AND `id`=0 AND `link`=1 AND `source_type`=0; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=-129390 AND `id`=0 AND `link`=1 AND `source_type`=0; +-- Death Knight Initiate SAI +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=28391 AND `id`=1 AND `link`=6 AND `source_type`=0; + +-- Gothik the Harvester Event +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (28890,28906,28897) AND `action_type`=48; +-- Scourge Gryphon SAI +UPDATE `smart_scripts` SET `event_type`=38,`event_param1`=1,`event_param2`=1 WHERE `entryorguid`=28906 AND `id`=1 AND `event_type`=61 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_type`=38,`event_param1`=2,`event_param2`=2 WHERE `entryorguid`=28906 AND `id`=4 AND `event_type`=61 AND `source_type`=0; |
