summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjmaguero94 <42656617+jmaguero94@users.noreply.github.com>2023-01-15 11:48:15 -0300
committerGitHub <noreply@github.com>2023-01-15 15:48:15 +0100
commit51be4a95b14ae8ae1e3b541397b5387f4a0a682e (patch)
treeb8db08fbf5ef5aebf215767a2c910f7f81e72608 /docs
parentb36995cb2fb26beb508d1b80aa35fdc2b7740cfe (diff)
downloadwiki-51be4a95b14ae8ae1e3b541397b5387f4a0a682e.tar.gz
wiki-51be4a95b14ae8ae1e3b541397b5387f4a0a682e.tar.bz2
wiki-51be4a95b14ae8ae1e3b541397b5387f4a0a682e.zip
updated not documented flag: CREATURE_FLAG_EXTRA_HARD_RESET (#860)
* updated not documented flag * fix spaces and spacing
Diffstat (limited to 'docs')
-rw-r--r--docs/creature_template.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/creature_template.md b/docs/creature_template.md
index 22dfbb9..3ed482d 100644
--- a/docs/creature_template.md
+++ b/docs/creature_template.md
@@ -705,6 +705,7 @@ These flags control certain creature specific attributes. Flags can be added tog
| 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 |
+| 2147483648 | CREATURE_FLAG_EXTRA_HARD_RESET | 0x80000000 | Creature will despawn on evade |
#### ScriptName