summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/creature_template.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/creature_template.md b/docs/creature_template.md
index 9e6b905..22dfbb9 100644
--- a/docs/creature_template.md
+++ b/docs/creature_template.md
@@ -695,11 +695,11 @@ These flags control certain creature specific attributes. Flags can be added tog
| 262144 | CREATURE_FLAG_EXTRA_NO_SKILL_GAINS | 0x00040000 | creature won't increase weapon skills |
| 524288 | CREATURE_FLAG_EXTRA_OBEYS_TAUNT_DIMINISHING_RETURNS | 0x00080000 | creature taunt is subject to diminishing returns |
| 1048576 | CREATURE_FLAG_EXTRA_ALL_DIMINISH | 0x00100000 | Creature is subject to all diminishing returns |
-| 2097152 | CREATURE_FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ | 0x00200000 | (CREATURE_FLAG_EXTRA_UNUSED_22 Not Implemented) NPCs can help with killing this creature and player will still be credited if he tags the creature |
+| 2097152 | CREATURE_FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ | 0x00200000 | creature does not need to take player damage for kill credit |
| 4194304 | CREATURE_FLAG_EXTRA_AVOID_AOE | 0x00400000 | ignored by aoe attacks (for icc blood prince council npc - Dark Nucleus) |
| 8388608 | CREATURE_FLAG_EXTRA_NO_DODGE | 0x00800000 | target cannot dodge |
-| 16777216 | CREATURE_FLAG_EXTRA_UNUSED_25 | 0x01000000 | |
-| 33554432 | CREATURE_FLAG_EXTRA_UNUSED_26 | 0x02000000 | |
+| 16777216 | CREATURE_FLAG_EXTRA_MODULE | 0x01000000 | Used by module creatures to avoid blizzlike checks. |
+| 33554432 | CREATURE_FLAG_EXTRA_IGNORE_ASSISTANCE_CALL | 0x02000000 | Creature is not aggroed by other mobs assistance functions |
| 67108864 | CREATURE_FLAG_EXTRA_UNUSED_27 | 0x04000000 | |
| 134217728 | CREATURE_FLAG_EXTRA_UNUSED_28 | 0x08000000 | |
| 268435456 | CREATURE_FLAG_EXTRA_DUNGEON_BOSS | 0x10000000 | Creature is a dungeon boss. This flag is generically set by core during runtime. Setting this in database will give you startup error. |