diff --git a/docs/creature_template.md b/docs/creature_template.md index b4c4c062..2079e8a3 100644 --- a/docs/creature_template.md +++ b/docs/creature_template.md @@ -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) |