diff options
author | Killyana <morphone1@gmail.com> | 2019-08-02 00:47:51 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-17 23:23:08 +0100 |
commit | b70357ff64c5715d2fac2ce7e1b72054d0dd2aad (patch) | |
tree | 973154a192ed957ef9ce06728ba1850649e8c9c1 | |
parent | 8839fa3fe24e72e4506e94389663b82ab2292649 (diff) |
DB/Creature: Captured Raptor
Closes #23667
(cherry picked from commit 5e9b85099753af1e56fc34e69ee8013bcf1cac56)
-rw-r--r-- | sql/updates/world/master/2021_12_17_26_world_2019_08_02_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |