mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +00:00
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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user