mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(Core/Scripts): ScriptEffect Frog Kiss (#17482)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Duplicated gossip option
|
||||
DELETE FROM `gossip_menu_option` WHERE (`MenuID` = 10316) AND (`OptionID` = 1);
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=62536 AND `ScriptName`='spell_frog_kiss';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(62536, 'spell_frog_kiss');
|
||||
Reference in New Issue
Block a user