mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Scripts/BWD: several fixups for Maloriak's encounter
* Consuming Flames will now increase the periodic damage when taking damage * Scorching Blast will now be cast on correct targets * remove a wrongly assigned spell script name that was causing runtime errors log messages
This commit is contained in:
2
sql/updates/world/4.3.4/2020_09_12_00_world.sql
Normal file
2
sql/updates/world/4.3.4/2020_09_12_00_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`= 77928;
|
||||
UPDATE `spell_proc` SET `ProcFlags`= 0, `SpellTypeMask`= 1 WHERE `SpellId` IN (77786, 92971, 92972, 92973);
|
||||
@@ -518,7 +518,7 @@ struct boss_maloriak : public BossAI
|
||||
events.Repeat(14s + 500ms);
|
||||
break;
|
||||
case EVENT_SCORCHING_BLAST:
|
||||
DoCastSelf(SPELL_SCORCHING_BLAST);
|
||||
DoCastVictim(SPELL_SCORCHING_BLAST);
|
||||
events.Repeat(17s);
|
||||
break;
|
||||
case EVENT_BITING_CHILL:
|
||||
|
||||
Reference in New Issue
Block a user