Skip to content

Commit

Permalink
Core/Creatures: Add new extra flag to know if creature is dungeon boss
Browse files Browse the repository at this point in the history
  • Loading branch information
xurxogr committed Jan 29, 2011
1 parent a74d8d6 commit fd66517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/game/Entities/Creature/Creature.h
Expand Up @@ -54,6 +54,7 @@ enum CreatureFlagsExtra
CREATURE_FLAG_EXTRA_NO_SKILLGAIN = 0x00040000, // creature won't increase weapon skills
CREATURE_FLAG_EXTRA_TAUNT_DIMINISH = 0x00080000, // Taunt is a subject to diminishing returns on this creautre
CREATURE_FLAG_EXTRA_ALL_DIMINISH = 0x00100000, // Creature is subject to all diminishing returns as player are
CREATURE_FLAG_EXTRA_DUNGEON_BOSS = 0x00200000, // creature is a dungeon boss

This comment has been minimized.

Copy link
@Visagalis

Visagalis Jan 31, 2011

Contributor

spacing?

This comment has been minimized.

Copy link
@Visagalis

Visagalis Jan 31, 2011

Contributor

MUST USE SPACE instead of tab :)

};

// 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
Expand Down

0 comments on commit fd66517

Please sign in to comment.