diff options
author | Killyana <morphone1@gmail.com> | 2016-02-14 20:24:03 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-02-14 20:24:03 +0100 |
commit | fef06781f510b467b1309e1cfbea1dd2d1edbae4 (patch) | |
tree | 711caeefa4bb6292a4548a759d919846effe4f4f | |
parent | c70e3e31a7a0714b92a2a25f27fe3006f1e36caa (diff) |
DB/Creature: Add FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ to Dying Soldier
Closes #16033
-rw-r--r-- | sql/updates/world/2016_02_14_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_14_04_world.sql b/sql/updates/world/2016_02_14_04_world.sql new file mode 100644 index 00000000000..58e0aaee311 --- /dev/null +++ b/sql/updates/world/2016_02_14_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra`=(`flags_extra`|2097152) WHERE `entry` IN (31304); |