mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/Loot): remove two lvl 75 plans from Galak Windchaser drops (#7228)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628079878307473993');
|
||||
|
||||
-- Delete lvl 75 plans from Galak Windchaser
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 4096 AND `Item` IN (30302, 30322);
|
||||
-- Deletes drop condition skill requirement
|
||||
DELETE FROM `conditions` WHERE `SourceGroup` = 4096 AND `SourceEntry` IN (30302, 30322);
|
||||
Reference in New Issue
Block a user