fix(DB/creature): Felannia, Zebig and Brumman should have a gossip (#12360)

This commit is contained in:
mpfans
2022-08-02 03:33:01 +08:00
committed by GitHub
parent 3df377d198
commit 891d87e1ae

View File

@@ -0,0 +1,2 @@
-- trainer can learn skills
UPDATE `creature_template` SET `npcflag`=`npcflag`|1 WHERE `entry` IN (18753,18752,18771);