voila jai un probleme ::
class SPEC Player : public Unit
{
friend class WorldSession;
public:
explicit Player (WorldSession *session);
~Player ( );
void AddToWorld();
void RemoveFromWorld();
void TeleportTo(uint32 mapid, float x, float y, float z, float orientation, bool outofrange = true);
Position returnPos;
bool isInArena = false;
ca cest e debut de la classe et quand je compile jai une erreur C2864 : only static const integral data members can be initialized within a class