mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 08:46:09 +00:00
5
data/sql/updates/db_world/2023_06_18_02.sql
Normal file
5
data/sql/updates/db_world/2023_06_18_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_06_18_01 -> 2023_06_18_02
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_gargolmar_retalliation' AND `spell_id` = 22857;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(22857, 'spell_gargolmar_retalliation');
|
||||
Reference in New Issue
Block a user