DB/Creature: Add FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ to Dying Soldier

Closes #16033

(cherry picked from commit fef06781f5)
This commit is contained in:
Killyana
2016-02-14 20:24:03 +01:00
committed by Shauren
parent c9b24515a5
commit 87f5f43dd6

View File

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