diff options
| author | neifion-00000000 <91289495+neifion-00000000@users.noreply.github.com> | 2021-10-16 17:34:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-17 00:34:37 +0200 |
| commit | 5e2ef1893cd5cabd3198bddb3732826bfa67ba97 (patch) | |
| tree | 73c384dccff3283a2b34794a640749b008160060 /docs | |
| parent | 6bf1445d9abd3dc411390dedfb7316d1a66ffb2d (diff) | |
| download | wiki-5e2ef1893cd5cabd3198bddb3732826bfa67ba97.tar.gz wiki-5e2ef1893cd5cabd3198bddb3732826bfa67ba97.tar.bz2 wiki-5e2ef1893cd5cabd3198bddb3732826bfa67ba97.zip | |
Chore: Fix flags_extra item_template (#638)
whoops typo sorry
Diffstat (limited to 'docs')
| -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 0f89381..87301f3 100644 --- a/docs/creature_template.md +++ b/docs/creature_template.md @@ -696,7 +696,7 @@ These flags control certain creature specific attributes. Flags can be added tog | 8192 | CREATURE_FLAG_EXTRA_IGNORE_COMBAT | 0x00002000 | | | 16384 | CREATURE_FLAG_EXTRA_WORLDEVENT | 0x00004000 | custom flag for world events (left room for merging) | | 32768 | CREATURE_FLAG_EXTRA_GUARD | 0x00008000 | creature is a guard (Will ignore feign death and vanish) | -| 65536 | CCREATURE_FLAG_EXTRA_IGNORE_FEIGN_DEATH | 0x00010000 | creature ignores feign death | +| 65536 | CREATURE_FLAG_EXTRA_IGNORE_FEIGN_DEATH | 0x00010000 | creature ignores feign death | | 131072 | CREATURE_FLAG_EXTRA_NO_CRIT | 0x00020000 | creature does not do critical strikes | | 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 | |
