diff options
| author | megamage <none@none> | 2009-05-25 22:52:08 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-25 22:52:08 -0500 |
| commit | d971d0121fafd23504bdfb151dffd0e33b1d7940 (patch) | |
| tree | a3b2cda26fc873dc4fae72bd1d6681f48da4c5a2 /src/game/Creature.h | |
| parent | 320ac7f91e28bb30f34696b27c302713557b54ce (diff) | |
*Do not consider possessed creatures as pet. Also fix the bug that possessed creature does not display spells.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Creature.h')
| -rw-r--r-- | src/game/Creature.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Creature.h b/src/game/Creature.h index 2f583e25be0..c22d670556b 100644 --- a/src/game/Creature.h +++ b/src/game/Creature.h @@ -161,6 +161,7 @@ enum SummonMask SUMMON_MASK_TOTEM = 0x00000008, SUMMON_MASK_PET = 0x00000010, SUMMON_MASK_VEHICLE = 0x00000020, + SUMMON_MASK_PUPPET = 0x00000040, }; // GCC have alternative #pragma pack(N) syntax and old gcc version not support pack(push,N), also any gcc version not support it at some platform |
