diff options
| author | Gultask <100873791+Gultask@users.noreply.github.com> | 2023-04-21 08:46:03 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-21 13:46:03 +0200 |
| commit | 7bda4862a653deb066054b98664e23febfeaf53b (patch) | |
| tree | 44e18a34dd26ca3c0ddf45293806fd324104ff76 /docs/creature_template.md | |
| parent | 21417fd7afe2269a92b3f83d5f76fce8e9bea64d (diff) | |
| download | wiki-7bda4862a653deb066054b98664e23febfeaf53b.tar.gz wiki-7bda4862a653deb066054b98664e23febfeaf53b.tar.bz2 wiki-7bda4862a653deb066054b98664e23febfeaf53b.zip | |
Update flags_extra (#897)
* Update creature_template.md
* Update creature_template.md
Diffstat (limited to 'docs/creature_template.md')
| -rw-r--r-- | docs/creature_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/creature_template.md b/docs/creature_template.md index 3ed482d..0b59101 100644 --- a/docs/creature_template.md +++ b/docs/creature_template.md @@ -699,7 +699,7 @@ These flags control certain creature specific attributes. Flags can be added tog | 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_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 | +| 33554432 | CREATURE_FLAG_EXTRA_DONT_CALL_ASSISTANCE | 0x02000000 | Prevent creatures from calling for assistance on initial aggro | | 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. | |
