From 5fd64171a9fd9104bb9b310dfcd1f6f5b0d816f5 Mon Sep 17 00:00:00 2001 From: treeston Date: Wed, 24 Aug 2016 00:46:25 +0200 Subject: DB/Creature: Remove random untargetable flag from a dragonkin in Crystalsong Forest. Sniff confirms flag is incorrect. (cherry picked from commit eda05a636e240dca9d74c284d97dc43ab09cc791) --- sql/updates/world/master/2017_02_18_14_world_2016_08_24_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_02_18_14_world_2016_08_24_02_world.sql diff --git a/sql/updates/world/master/2017_02_18_14_world_2016_08_24_02_world.sql b/sql/updates/world/master/2017_02_18_14_world_2016_08_24_02_world.sql new file mode 100644 index 00000000000..e1407e23780 --- /dev/null +++ b/sql/updates/world/master/2017_02_18_14_world_2016_08_24_02_world.sql @@ -0,0 +1,2 @@ +-- fix random incorrect unit flag on dragonkin type +UPDATE `creature_template` SET `unit_flags`=(`unit_flags`&~(0x100|0x200|0x2000000)) WHERE `entry`=31403; -- cgit v1.2.3