diff options
| author | treeston <treeston.mmoc@gmail.com> | 2016-08-24 00:46:25 +0200 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2016-08-24 00:46:25 +0200 |
| commit | eda05a636e240dca9d74c284d97dc43ab09cc791 (patch) | |
| tree | 128500ef545e433a7c5f27b086c51bc3acaf827e | |
| parent | c5904a543058095a92b00cf16f8002bdc9f0e8e7 (diff) | |
DB/Creature: Remove random untargetable flag from a dragonkin in Crystalsong Forest. Sniff confirms flag is incorrect.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_08_24_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_24_02_world.sql b/sql/updates/world/3.3.5/2016_08_24_02_world.sql new file mode 100644 index 00000000000..e1407e23780 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
