fix(DB/Creature); Kelgruk Bloodaxe (#1830)

- Set correct npc flags to 16
- The creature is Weaponsmith Trainer
This commit is contained in:
Poszer 2019-05-18 11:28:20 +02:00 committed by GitHub
parent 2379c9a6bf
commit 354697b59a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1557742774901700400');
UPDATE `creature_template` SET `npcflag`=16 WHERE `entry`=7231;