fix(DB/Creature): Remove vendor flag from Anchorite Yazmina. (#16081)
This commit is contained in:
parent
8a0a2f7fce
commit
58e78526f6
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- Anchorite Yazmina (23734)
|
||||
UPDATE `creature_template` SET `npcflag` = `npcflag`&~(128) WHERE `entry` = 23734;
|
||||
DELETE FROM `npc_vendor` WHERE `entry` = 23734;
|
||||
Loading…
Add table
Add a link
Reference in a new issue