Skip to content

Commit

Permalink
docs: creature_template flags_extra remove unused (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias authored Sep 25, 2024
1 parent 72b2296 commit 5dcc88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/creature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ These flags control certain creature specific attributes. Flags can be added tog
| 256 | CREATURE_FLAG_EXTRA_NO_TAUNT | 0x00000100 | creature is immune to taunt-auras and "attack me"-effects |
| 512 | CREATURE_FLAG_EXTRA_NO_MOVE_FLAGS_UPDATE | 0x00000200 | (CREATURE_FLAG_EXTRA_UNUSED_10 Not Implemented) creature won't update movement flags |
| 1024 | CREATURE_FLAG_EXTRA_GHOST_VISIBILITY | 0x00000400 | creature will be only visible for dead players |
| 2048 | CREATURE_FLAG_EXTRA_USE_OFFHAND_ATTACK | 0x00000800 | (CREATURE_FLAG_EXTRA_UNUSED_12 Not Implemented) creature will use offhand attacks |
| 2048 | CREATURE_FLAG_EXTRA_USE_OFFHAND_ATTACK | 0x00000800 | creature will use offhand attacks |
| 4096 | CREATURE_FLAG_EXTRA_NO_SELL_VENDOR | 0x00001000 | players can't sell items to this vendor |
| 8192 | CREATURE_FLAG_EXTRA_IGNORE_COMBAT | 0x00002000 | |
| 16384 | CREATURE_FLAG_EXTRA_WORLDEVENT | 0x00004000 | custom flag for world events (left room for merging) |
Expand Down

0 comments on commit 5dcc88f

Please sign in to comment.