Changeset 135 for trunk/src/game/Creature.h
- Timestamp:
- 11/19/08 13:39:16 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Creature.h
r123 r135 572 572 void GetCombatStartPosition(float &x, float &y, float &z) { x = CombatStartX; y = CombatStartY; z = CombatStartZ; } 573 573 574 uint32 GetGlobalCooldown() const { return m_GlobalCooldown; } 575 574 576 protected: 575 577 bool CreateFromProto(uint32 guidlow,uint32 Entry,uint32 team, const CreatureData *data = NULL);