fix(Core/Spells): Luffa removing bleeds over level 60 (#20411)
* fix(Core/Spells): Luffa * Update spell_item.cpp * Update spell_item.cpp * Update spell_item.cpp
This commit is contained in:
parent
7ad00f9633
commit
1c22cdcab2
3 changed files with 53 additions and 6 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=23595 AND `ScriptName`='spell_item_luffa';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (23595, 'spell_item_luffa');
|
||||
Loading…
Add table
Add a link
Reference in a new issue