mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(DB/go_loot_template): Silver Piffeny Band should not be lootable from chests (#5608)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1620033619588576561');
|
||||
|
||||
DELETE FROM `gameobject_loot_template` WHERE `item`=7338; -- Mood Ring
|
||||
DELETE FROM `gameobject_loot_template` WHERE `item`=7339; -- Miniscule Diamond Ring
|
||||
DELETE FROM `gameobject_loot_template` WHERE `item`=7341; -- Cubic Zirconia Ring
|
||||
DELETE FROM `gameobject_loot_template` WHERE `item`=7342; -- Silver Piffeny Band
|
||||
|
||||
Reference in New Issue
Block a user