mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user