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:
avarishd
2023-04-19 03:16:49 +03:00
committed by GitHub
parent 6e2f44411d
commit 5cdca57e3d

View File

@@ -0,0 +1,3 @@
-- Prospector Ryedol (2910)
DELETE FROM `npc_vendor` WHERE `entry` = 2910;
UPDATE `creature_template` SET `npcflag` = `npcflag`&~(128) WHERE `entry` = 2910;