mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2024_06_25_03 -> 2024_06_25_04
|
||||
-- loot cleanup
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 20784 AND `Item` = 31943; -- Armbreaker Huffaz
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 20785 AND `Item` = 31573; -- Fel Tinkerer Zortan
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2024_06_25_04 -> 2024_06_25_05
|
||||
-- Lashh'an Kalir & Lashh'an Talonite
|
||||
DELETE FROM `creature` WHERE (`id1` = 20109);
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2024_06_25_05 -> 2024_06_25_06
|
||||
-- Durnholde Lodges (First one was already linked)
|
||||
-- "Additional NPCs" 83958 & 83934
|
||||
UPDATE `creature_formations` SET `groupAI` = 3 WHERE `leaderGUID` = 83929;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2024_06_25_06 -> 2024_06_25_07
|
||||
-- Kirin'Var Apprentice
|
||||
UPDATE `creature_template_addon` SET `auras` = '33900' WHERE (`entry` = 20409);
|
||||
UPDATE `creature_addon` SET `auras` = '33900' WHERE `guid` IN (72371, 72374, 72375, 72377, 72378, 72379);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2024_06_25_07 -> 2024_06_25_08
|
||||
-- Drunken Haze, Drunken Skull Crack
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (37591,29690);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
Reference in New Issue
Block a user