fix(DB/Creature): Andormu should not sell ammunition (#15090)
This commit is contained in:
parent
d7071e8702
commit
c5ea8a7478
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
DELETE FROM `npc_vendor` WHERE `entry` = 20130;
|
||||
UPDATE `creature_template` SET `npcflag` = `npcflag`&~(128) WHERE `entry` = 20130;
|
||||
Loading…
Add table
Add a link
Reference in a new issue