mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
fix(DB/Creature): Remove vendor flag from Anchorite Yazmina. (#16081)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Anchorite Yazmina (23734)
|
||||
UPDATE `creature_template` SET `npcflag` = `npcflag`&~(128) WHERE `entry` = 23734;
|
||||
DELETE FROM `npc_vendor` WHERE `entry` = 23734;
|
||||
Reference in New Issue
Block a user