DB/Creature: Fix npc flag for Injured Stormwind Infantry

Closes #20873
This commit is contained in:
Killyana
2017-11-15 11:01:31 +01:00
parent 9ace570b92
commit e66ecedcf7

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `npcflag`=16777216 WHERE `entry` IN (50047);