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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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