DB/Creature: Add FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ to Dying Soldier

Closes #16033
This commit is contained in:
Killyana
2016-02-14 20:24:03 +01:00
parent c70e3e31a7
commit fef06781f5

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra`=(`flags_extra`|2097152) WHERE `entry` IN (31304);