fix(DB/Creature): Andormu should not sell ammunition (#15090)

This commit is contained in:
ZhengPeiRu21
2023-02-18 21:23:02 -07:00
committed by GitHub
parent d7071e8702
commit c5ea8a7478

View File

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