From fef06781f510b467b1309e1cfbea1dd2d1edbae4 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 14 Feb 2016 20:24:03 +0100 Subject: DB/Creature: Add FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ to Dying Soldier Closes #16033 --- sql/updates/world/2016_02_14_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2016_02_14_04_world.sql (limited to 'sql') 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); -- cgit v1.2.3