mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
8
data/sql/updates/db_world/2022_08_14_00.sql
Normal file
8
data/sql/updates/db_world/2022_08_14_00.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2022_08_12_01 -> 2022_08_14_00
|
||||
--
|
||||
UPDATE `creature_formations` SET `dist`=5 WHERE `memberGUID` IN (87649,87650,87651);
|
||||
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=26084 AND `spell_effect`=25174 AND `type`=1;
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
(26084, 25174, 1, 'Battleguard Sartura - OnHit Whirlwind - Apply Sundering Cleave');
|
||||
|
||||
Reference in New Issue
Block a user