fix(DB/Creature): Remove npc flags from outland First Aid Trainers. (#16005)

fix(DB/creature_template): Remove Vendor & Gossip flags from outland First Aid Trainers.
This commit is contained in:
avarishd
2023-04-19 03:18:17 +03:00
committed by GitHub
parent 5cdca57e3d
commit 3601d6e76a

View File

@@ -0,0 +1,2 @@
-- Burko (18990), Aresella (18991) - Remove Gossip and Vendor npc flags.
UPDATE `creature_template` SET `npcflag` = `npcflag`&~(128|1) WHERE `entry` IN (18990,18991);