From 7bda4862a653deb066054b98664e23febfeaf53b Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Fri, 21 Apr 2023 08:46:03 -0300 Subject: Update flags_extra (#897) * Update creature_template.md * Update creature_template.md --- docs/creature_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. | -- cgit