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:
parent
6e2f44411d
commit
5cdca57e3d
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- Prospector Ryedol (2910)
|
||||
DELETE FROM `npc_vendor` WHERE `entry` = 2910;
|
||||
UPDATE `creature_template` SET `npcflag` = `npcflag`&~(128) WHERE `entry` = 2910;
|
||||
Loading…
Add table
Add a link
Reference in a new issue