diff options
author | Killyana <morphone1@gmail.com> | 2019-07-17 20:34:48 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-16 21:20:39 +0100 |
commit | 4d94c1d78fcc718e42518ff2ee917f1903b15ff0 (patch) | |
tree | 43fed6aeee56fdbcd3928eab1282381810f5cdbb | |
parent | 6554c227fda701d7e990ab8113b535aec581a68b (diff) |
DB/Creature: Fix K'iru unit flag
(cherry picked from commit 18809a4420521dd363cf8a16a5499fae64eb325a)
-rw-r--r-- | sql/updates/world/master/2021_12_16_08_world_2019_07_17_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_16_08_world_2019_07_17_04_world.sql b/sql/updates/world/master/2021_12_16_08_world_2019_07_17_04_world.sql new file mode 100644 index 00000000000..98d2594c0ad --- /dev/null +++ b/sql/updates/world/master/2021_12_16_08_world_2019_07_17_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE `entry`=25174; |