diff options
| author | treeston <treeston.mmoc@gmail.com> | 2016-09-17 14:15:37 +0200 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2016-09-17 14:15:37 +0200 |
| commit | 8389991275c209bff6bca9e0c2b37536036c9287 (patch) | |
| tree | 4d2908d7f6be7689eb2ec42d25ce8b01d3045392 | |
| parent | a475033c76c3a4dd58562fa7b4ccf14f2212977d (diff) | |
DB/Creature: Add missing IMMUNE_TO_NPC to Dahlia Suntouch.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_17_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_17_00_world.sql b/sql/updates/world/3.3.5/2016_09_17_00_world.sql new file mode 100644 index 00000000000..105576bd492 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_17_00_world.sql @@ -0,0 +1,2 @@ +-- "Remnant of Dahlia Suntouch" should be NPC immune +UPDATE `creature_template` SET `unit_flags`=(`unit_flags`|0x200) WHERE `entry`=27683; |
