diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2018-01-10 00:07:37 +0100 |
|---|---|---|
| committer | Treeston <treeston.mmoc@gmail.com> | 2018-01-10 00:19:00 +0100 |
| commit | d9c772303cc17d98581cc52bb51116f640e23c08 (patch) | |
| tree | e210bc4c527731af373ef5c1da842af9554d04e5 /sql/updates/world | |
| parent | b53cbf467b445a9b57a5567f88a26f77289f7fe1 (diff) | |
Core/Unit: Abide UNIT_FLAG2_DISABLE_TURN on creatures. Add that flag to Kologarn (from sniff). Hi sirikfoll.
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/3.3.5/2018_01_10_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_10_00_world.sql b/sql/updates/world/3.3.5/2018_01_10_00_world.sql new file mode 100644 index 00000000000..275dbe01224 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_10_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags2` = `unit_flags2`|0x8000 WHERE `entry`=32930; |
