mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(Core/ZulGurub): Mandokir charge and chained spirits (#12072)
* fix(Core/ZulGurub): Mandokir charge and chained spirits * build * properly script threatening gaze * refactor vilebranch speaker script * remove useless trigger spell for Frightening Shout * blank spaces * build... * sadly you can cheese threatening gaze * revert threatening gaze part * style * charge should target the farthest one * revert last thing of threatening gaze * mod charge
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_mandokir_charge';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(24408, 'spell_mandokir_charge');
|
||||
Reference in New Issue
Block a user