mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-17 09:14:34 +00:00
fix(Script/Spell): Carinda's Scroll of Retribution usable on players (#17601)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user