mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
DB/Creature: Remove random untargetable flag from a dragonkin in Crystalsong Forest. Sniff confirms flag is incorrect.
This commit is contained in:
2
sql/updates/world/3.3.5/2016_08_24_02_world.sql
Normal file
2
sql/updates/world/3.3.5/2016_08_24_02_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user