mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_19_21 -> 2023_04_19_22
|
||||
-- Quest: By Any Means Necessary 9978
|
||||
UPDATE `quest_template_addon` SET `SpecialFlags`=2 WHERE `ID`=9978;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_19_22 -> 2023_04_19_23
|
||||
--
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=33684;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (33684,4096);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_19_23 -> 2023_04_19_24
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|67108864 WHERE (`entry` IN (17722,17800,17803,17993,17994,18155,18404,18405,18420,18421,18422,18631,18632,18633,18634,18635,18639,18640,18641,19166,19168,19505,19510,19735,19767,20059,20864,20865,20867,20868,20873,20875,20881,20883,20988,20990,20625,20621,20622,21548,21545,21544,21549,21578,21574,21577,21570,20640,20642,20638,20648,20641,20647,20649,20643,21543,21539,21571,21522,21542,21541,21608,21607,21591,21593,21605,21604,21619,21615,21540,21523));
|
||||
|
||||
Reference in New Issue
Block a user