mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-17 09:14:34 +00:00
6
data/sql/updates/db_world/2025_12_27_05.sql
Normal file
6
data/sql/updates/db_world/2025_12_27_05.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2025_12_27_04 -> 2025_12_27_05
|
||||
-- Delete from Naxxramas References (was alongside recipes)
|
||||
DELETE FROM `reference_loot_template` WHERE `Entry` = 35081 AND `Item` = 34052;
|
||||
|
||||
-- Delete Small Dream Shard from loose creatures
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` IN (24791, 25686) AND `Item` = 34053 AND `Reference` = 0;
|
||||
Reference in New Issue
Block a user