mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
5
data/sql/updates/db_world/2023_07_27_02.sql
Normal file
5
data/sql/updates/db_world/2023_07_27_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_07_27_01 -> 2023_07_27_02
|
||||
--
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 29683 AND `spell_effect` = 32214;
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
(29683, 32214, 0, "Spotlight 20% player buff");
|
||||
Reference in New Issue
Block a user