fix Effects start at 1 in DBC

This commit is contained in:
Jelle Meeus
2024-04-30 11:30:49 +02:00
parent 318ffe71d2
commit 7496d83d33

View File

@@ -8,4 +8,4 @@ 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_0` = 0, `Effect_1` = 0 WHERE `id` = 28618;
UPDATE `spell_dbc` SET `DurationIndex` = 27, `Effect_1` = 0, `Effect_2` = 0 WHERE `ID` = 28618;