mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
6
data/sql/updates/db_world/2023_10_11_01.sql
Normal file
6
data/sql/updates/db_world/2023_10_11_01.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2023_10_11_00 -> 2023_10_11_01
|
||||
-- Call of the Wild
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (-24604,53434);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(-24604, 'spell_hun_target_self_and_pet'),
|
||||
(53434, 'spell_hun_target_self_and_pet');
|
||||
Reference in New Issue
Block a user