chore(DB): import pending files

Referenced commit(s): 9af66dffea
This commit is contained in:
github-actions[bot]
2024-05-11 12:54:12 +00:00
parent 2c771397ca
commit 6edf5152a7

View 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;