diff options
| author | megamage <none@none> | 2009-01-22 22:44:27 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-22 22:44:27 -0600 |
| commit | ab4b9160f2d1d534832372422fd1e2bc514b808a (patch) | |
| tree | ee5ec121b585b419ff8ec38193ec008d930e75da /src/game/Creature.h | |
| parent | 4230318f962f5faeddf188d61a367a635a8bb81a (diff) | |
*Update to Mangos 7151.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Creature.h')
| -rw-r--r-- | src/game/Creature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.h b/src/game/Creature.h index c27acf77415..8e4db98258e 100644 --- a/src/game/Creature.h +++ b/src/game/Creature.h @@ -174,7 +174,7 @@ struct CreatureInfo uint32 rangeattacktime; uint32 unit_flags; // enum UnitFlags mask values uint32 dynamicflags; - uint32 family; // enum CreatureFamily values for type==CREATURE_TYPE_BEAST, or 0 in another cases + uint32 family; // enum CreatureFamily values (optional) uint32 trainer_type; uint32 trainer_spell; uint32 classNum; |
