mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 16:26:08 +00:00
9
data/sql/updates/db_world/2024_05_11_03.sql
Normal file
9
data/sql/updates/db_world/2024_05_11_03.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2024_05_11_02 -> 2024_05_11_03
|
||||
--
|
||||
-- 28622: Web Wrap stunned dot
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 28622;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`)
|
||||
VALUES(28622, 'spell_web_wrap_damage');
|
||||
|
||||
-- 28618: Disable pull effect and periodic trigger event. Keep pacify silence and set duration to 5 seconds
|
||||
UPDATE `spell_dbc` SET `DurationIndex` = 27, `Effect_1` = 0, `Effect_2` = 0 WHERE `ID` = 28618;
|
||||
Reference in New Issue
Block a user