Core/Unit: Abide UNIT_FLAG2_DISABLE_TURN on creatures. Add that flag to Kologarn (from sniff). Hi sirikfoll.

This commit is contained in:
Treeston
2018-01-10 00:07:37 +01:00
parent b53cbf467b
commit d9c772303c
3 changed files with 26 additions and 16 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `unit_flags2` = `unit_flags2`|0x8000 WHERE `entry`=32930;