mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 23:38:00 +00:00
5
data/sql/updates/db_world/2026_04_04_01.sql
Normal file
5
data/sql/updates/db_world/2026_04_04_01.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2026_04_04_00 -> 2026_04_04_01
|
||||
--
|
||||
DELETE FROM `item_loot_template` WHERE (`Entry` = 52676) AND (`Item` IN (47241));
|
||||
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(52676, 47241, 0, 100, 0, 1, 0, 2, 2, '');
|
||||
Reference in New Issue
Block a user