diff options
| author | Killyana <morphone1@gmail.com> | 2016-02-14 20:24:03 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-08 18:08:39 +0200 |
| commit | 87f5f43dd6768ff74653aa18178318e837ee3779 (patch) | |
| tree | ef1e9427ec3abcc64b4d709c04e4f0739346246e | |
| parent | c9b24515a5c66202ac42a3b93bae44867219f989 (diff) | |
DB/Creature: Add FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ to Dying Soldier
Closes #16033
(cherry picked from commit fef06781f510b467b1309e1cfbea1dd2d1edbae4)
| -rw-r--r-- | sql/updates/world/2016_04_08_05_world_2016_02_14_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_08_05_world_2016_02_14_04_world.sql b/sql/updates/world/2016_04_08_05_world_2016_02_14_04_world.sql new file mode 100644 index 00000000000..58e0aaee311 --- /dev/null +++ b/sql/updates/world/2016_04_08_05_world_2016_02_14_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra`=(`flags_extra`|2097152) WHERE `entry` IN (31304); |
