mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
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:
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);
|
||||
Reference in New Issue
Block a user