diff options
author | Killyana <morphone1@gmail.com> | 2019-08-02 00:47:51 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-08-02 00:47:51 +0200 |
commit | 5e9b85099753af1e56fc34e69ee8013bcf1cac56 (patch) | |
tree | f1cce43d3967a77877d561b805a45bd41fd7673c | |
parent | fedf1f557b2aa1cbb0f4bc722b24afb59cc30855 (diff) |
DB/Creature: Captured Raptor
Closes #23667
-rw-r--r-- | sql/updates/world/3.3.5/2019_08_02_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_08_02_00_world.sql b/sql/updates/world/3.3.5/2019_08_02_00_world.sql new file mode 100644 index 00000000000..8dd7a159d85 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_08_02_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|256 WHERE `entry` =23741; |