mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
5
data/sql/updates/db_world/2025_03_30_02.sql
Normal file
5
data/sql/updates/db_world/2025_03_30_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_03_30_01 -> 2025_03_30_02
|
||||
-- Removes "Rod of Lianthe" and "Nightmare Vine" from "Eclipsion Hawkstrider"'s Loot
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 21627) AND (`Item` IN (22792, 31317));
|
||||
|
||||
UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 21627);
|
||||
Reference in New Issue
Block a user