aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-08-24 00:46:25 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-02-18 15:49:05 +0100
commit5fd64171a9fd9104bb9b310dfcd1f6f5b0d816f5 (patch)
treeb6d33b8903996ae53fe3e94a28fb43e209a1a44d
parent3a32b50002edb9869a8eab3f78f5ec440fab8b96 (diff)
DB/Creature: Remove random untargetable flag from a dragonkin in Crystalsong Forest. Sniff confirms flag is incorrect.
(cherry picked from commit eda05a636e240dca9d74c284d97dc43ab09cc791)
-rw-r--r--sql/updates/world/master/2017_02_18_14_world_2016_08_24_02_world.sql2
1 files changed, 2 insertions, 0 deletions
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;