fix(DB/Spell): Syndicate Conjuror continues casting "Bright Campfire" when attacked (#7045)

I changed the cast flag of the shadowbolt so if on combat they will stop the casting of the bonefire
This commit is contained in:
Asthalor
2021-07-24 03:15:34 +02:00
committed by GitHub
parent b17f3028a2
commit 9343cb5137

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626804070827928100');
-- Changed the param of the shadow bolt so it will stop any spells being casted at the moment
UPDATE `smart_scripts` SET `action_param2` = 1 WHERE (`entryorguid` = 2590) AND (`source_type` = 0) AND (`id` IN (2));