diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2020-07-31 23:35:07 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-24 20:07:33 +0100 |
| commit | f2c4267f6d2c3e5d74566848b1fc01652ec76798 (patch) | |
| tree | f26330f39ad2878c1824cacb984638449c256c50 | |
| parent | 94a1d642fc788d4274b5e78062dabe1b3fc60010 (diff) | |
DB/Creature: Deathwhisper Necrolyte
Closes #25048
(cherry picked from commit 7d7be8d5ac77f2d3a16f7b64aa04804041c37463)
| -rw-r--r-- | sql/updates/world/master/2022_01_24_15_world_2020_07_31_16_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_24_15_world_2020_07_31_16_world.sql b/sql/updates/world/master/2022_01_24_15_world_2020_07_31_16_world.sql new file mode 100644 index 00000000000..620f5202804 --- /dev/null +++ b/sql/updates/world/master/2022_01_24_15_world_2020_07_31_16_world.sql @@ -0,0 +1,5 @@ +-- Removed useless event_flags 6, added CMC flag since he uses caster AI type https://youtu.be/tEAZeDdtK-E?t=89 +-- Interrupt Shadow Bolt so he can cast second spell +UPDATE `smart_scripts` SET `event_flags` = 0 WHERE `entryorguid` = 36788 AND `source_type` = 0; +UPDATE `smart_scripts` SET `event_param1` = 0, `event_param2` = 0, `action_param2` = 64, `comment` = "Deathwhisper Necrolyte - In Combat CMC - Cast 'Shadow Bolt'" WHERE `entryorguid` = 36788 AND `source_type` = 0 AND `id` = 0; +UPDATE `smart_scripts` SET `action_param2` = 1 WHERE `entryorguid` = 36788 AND `source_type` = 0 AND `id` = 1; |
