fix(DB/go_loot_template): Silver Piffeny Band should not be lootable from chests (#5608)
This commit is contained in:
parent
3e1a2024b6
commit
d7ddd6f8d1
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue