fix(DB/loot): remove Green Linen Shirt from Skeletal Warrior (#6444)
This commit is contained in:
parent
9336ee3fde
commit
22c4da88ad
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624165153573726801');
|
||||
|
||||
-- Removes Green Linen Shirt from Skeletal Warrior
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 48 AND `Item` = 2579;
|
||||
Loading…
Add table
Add a link
Reference in a new issue