fix(Scripts/TheEye): Kaelthas remove enchanted weapons (#19801)
* remove weapons Co-authored-by: killerwife <killerwife@gmail.com> * style for consistency * also cast on KT JustDied * fix TriggerCastFlags to not ignore reagent cost * Apply suggestions from code review --------- Co-authored-by: killerwife <killerwife@gmail.com>
This commit is contained in:
parent
e4aab5b4f0
commit
0fb2c5efeb
2 changed files with 36 additions and 1 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=39497;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES(39497, 'spell_kaelthas_remove_enchanted_weapons');
|
||||
Loading…
Add table
Add a link
Reference in a new issue