fix(Script/Spell): Carinda's Scroll of Retribution usable on players (#17601)

This commit is contained in:
avarishd
2023-11-12 17:32:16 +02:00
committed by GitHub
parent e5a90559c2
commit 67811a6369
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- Carinda's Scroll of Retribution
DELETE FROM `spell_script_names` WHERE `spell_id`=30077 AND `ScriptName` = 'spell_item_scroll_of_retribution';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (30077, 'spell_item_scroll_of_retribution');