From d9c772303cc17d98581cc52bb51116f640e23c08 Mon Sep 17 00:00:00 2001 From: Treeston Date: Wed, 10 Jan 2018 00:07:37 +0100 Subject: Core/Unit: Abide UNIT_FLAG2_DISABLE_TURN on creatures. Add that flag to Kologarn (from sniff). Hi sirikfoll. --- sql/updates/world/3.3.5/2018_01_10_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_01_10_00_world.sql (limited to 'sql/updates') 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; -- cgit v1.2.3