fix(DB/Creature): Remove vendor flag from Anchorite Yazmina. (#16081)

This commit is contained in:
avarishd
2023-04-26 07:48:06 +03:00
committed by GitHub
parent 8a0a2f7fce
commit 58e78526f6

View File

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