mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(DB/Vendor): Remove vendor flag and items from Prospector Ryedol. (#16008)
fix(DB/creature_template): Remove vendor gossip and items from Prospector Ryedol.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Prospector Ryedol (2910)
|
||||
DELETE FROM `npc_vendor` WHERE `entry` = 2910;
|
||||
UPDATE `creature_template` SET `npcflag` = `npcflag`&~(128) WHERE `entry` = 2910;
|
||||
Reference in New Issue
Block a user