fix(Core/Scripts): ScriptEffect Frog Kiss (#17482)
This commit is contained in:
parent
b281988dbc
commit
228f6635c0
2 changed files with 33 additions and 1 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue