diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2018-01-10 13:36:12 +0100 |
|---|---|---|
| committer | Treeston <treeston.mmoc@gmail.com> | 2018-01-10 13:36:12 +0100 |
| commit | 9104144766084c5aec55ac743794d16ec43b354c (patch) | |
| tree | d30147f6a46eeaa0069a02375609daa76a74b771 | |
| parent | d9c772303cc17d98581cc52bb51116f640e23c08 (diff) | |
kologarn unit_flags2 for difficulty_entry
| -rw-r--r-- | sql/updates/world/3.3.5/2018_01_10_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_10_01_world.sql b/sql/updates/world/3.3.5/2018_01_10_01_world.sql new file mode 100644 index 00000000000..ab111f0fc12 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_10_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags2` = `unit_flags2`|0x8000 WHERE `entry`=33909; |
