fix(DB/Vendor): NPC Arcanist Ivrenne remove Heirlooms (#17371)
* fix(DB): NPC Arcanist Ivrenne Remove the Heirlooms from Arcanist Ivrenne. Information from wowhead: https://www.wowhead.com/wotlk/guide/heirlooms-overview * fix(DB): follow the standards
This commit is contained in:
parent
26c583c24a
commit
4ef15158b4
1 changed files with 1 additions and 0 deletions
1
data/sql/updates/pending_db_world/npc_vendor_fix.sql
Normal file
1
data/sql/updates/pending_db_world/npc_vendor_fix.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
DELETE FROM `npc_vendor` WHERE `entry` = 31580 AND `item` IN(42943, 42944, 42945, 42946, 42947, 42948, 42949, 42950, 42951, 42952, 42984, 42985, 42991, 42992, 48677, 48683, 48685, 48687, 48689, 48691, 48716, 48718);
|
||||
Loading…
Add table
Add a link
Reference in a new issue