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:
avarishd
2024-11-04 22:09:10 +02:00
committed by GitHub
parent 7ad00f9633
commit 1c22cdcab2
3 changed files with 53 additions and 6 deletions

View File

@@ -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');