fix(DB/Item): Deleted Manual: Heavy Silk Bandage and Manual: Mageweav… (#7538)
This commit is contained in:
parent
eddf9e6909
commit
3466e82c3b
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1629818510750235317');
|
||||
|
||||
-- Removed Manual: Heavy Silk Bandage and Manual: Mageweave Bandage from Deneb Walker (2805)
|
||||
DELETE FROM `npc_vendor` WHERE (`entry` = 2805) AND (`item` IN (16112, 16113));
|
||||
|
||||
-- Removed Manual: Heavy Silk Bandage and Manual: Mageweave Bandage from Balai Lok'Wein (13476)
|
||||
DELETE FROM `npc_vendor` WHERE (`entry` = 13476) AND (`item` IN (16112, 16113));
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue