fix(DB/creature) first aid trainer (#11980)

'Hellfire Peninsula'   first aid trainer can learn skills
This commit is contained in:
mpfans
2022-06-29 04:04:31 +08:00
committed by GitHub
parent 5939242eef
commit ca5e726e62

View File

@@ -0,0 +1,2 @@
-- fix first aid trainer
UPDATE `creature_template` SET `npcflag` = 209 WHERE `entry` IN (18990,18991) And `npcflag` = 208;