From b70357ff64c5715d2fac2ce7e1b72054d0dd2aad Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 2 Aug 2019 00:47:51 +0200 Subject: DB/Creature: Captured Raptor Closes #23667 (cherry picked from commit 5e9b85099753af1e56fc34e69ee8013bcf1cac56) --- sql/updates/world/master/2021_12_17_26_world_2019_08_02_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_12_17_26_world_2019_08_02_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_12_17_26_world_2019_08_02_00_world.sql b/sql/updates/world/master/2021_12_17_26_world_2019_08_02_00_world.sql new file mode 100644 index 00000000000..8dd7a159d85 --- /dev/null +++ b/sql/updates/world/master/2021_12_17_26_world_2019_08_02_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|256 WHERE `entry` =23741; -- cgit v1.2.3