mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 08:16:08 +00:00
6
data/sql/updates/db_world/2023_10_17_06.sql
Normal file
6
data/sql/updates/db_world/2023_10_17_06.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2023_10_17_05 -> 2023_10_17_06
|
||||
-- Ravenous Windroc
|
||||
UPDATE `smart_scripts` SET `action_param2` = 0 WHERE `entryorguid` = 18220 AND `source_type` = 0 AND `id` = 0;
|
||||
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=30285;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (30285, 4194304);
|
||||
Reference in New Issue
Block a user