summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGultask <100873791+Gultask@users.noreply.github.com>2023-05-28 14:53:21 -0300
committerGitHub <noreply@github.com>2023-05-28 14:53:21 -0300
commitcffa1015dcfb73228a56c1baf9600809e83bd9a6 (patch)
tree7a48bd3f4a5fdee5a5c976104782607b7e7da007 /docs
parentd84ef60e1e6a4b8eec53bc276064b8da8fd95c25 (diff)
downloadwiki-cffa1015dcfb73228a56c1baf9600809e83bd9a6.tar.gz
wiki-cffa1015dcfb73228a56c1baf9600809e83bd9a6.tar.bz2
wiki-cffa1015dcfb73228a56c1baf9600809e83bd9a6.zip
Update creature_template.md (#901)
Diffstat (limited to 'docs')
-rw-r--r--docs/creature_template.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/creature_template.md b/docs/creature_template.md
index bfa8281..988b85c 100644
--- a/docs/creature_template.md
+++ b/docs/creature_template.md
@@ -706,8 +706,8 @@ These flags control certain creature specific attributes. Flags can be added tog
| 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 |
-| 67108864 | CREATURE_FLAG_EXTRA_DONT_OVERRIDE_SAI_ENTRY | 0x04000000 | Allows creatures to use both GUID and ENTRY specific SAI without one overwriting the other |
-| 134217728 | CREATURE_FLAG_EXTRA_UNUSED_28 | 0x08000000 | |
+| 67108864 | CREATURE_FLAG_EXTRA_IGNORE_ALL_ASSISTANCE_CALLS | 0x04000000 | Prevents creature from responding to assistance calls |
+| 134217728 | CREATURE_FLAG_EXTRA_DONT_OVERRIDE_SAI_ENTRY | 0x08000000 | Allows creatures to use both GUID and ENTRY specific SAI without one overwriting the other |
| 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. |
| 536870912 | CREATURE_FLAG_EXTRA_IGNORE_PATHFINDING | 0x20000000 | Creature will ignore pathfinding. This is like disabling Mmaps, only for one creature. |
| 1073741824 | CREATURE_FLAG_EXTRA_IMMUNITY_KNOCKBACK | 0x40000000 | creature will immune all knockback effects |