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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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