Show
Ignore:
Timestamp:
11/19/08 13:22:41 (17 years ago)
Author:
yumileroy
Message:

[svn] -enabled instantiated battlegrounds
-enabled arena matches
-rewritten battleground queuing to support joining as group
-removed queue announcements

Original author: w12x
Date: 2008-10-05 08:48:32-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/ArenaTeam.h

    r2 r9  
    150150        void LoadPlayerStats(ArenaTeamMember* member); 
    151151 
     152        void SaveToDB(); 
     153 
    152154        void BroadcastPacket(WorldPacket *packet); 
    153155 
     
    156158        void Stats(WorldSession *session); 
    157159        void InspectStats(WorldSession *session, uint64 guid); 
     160 
     161        uint32 GetPoints(uint32 MemberRating); 
     162        float GetChanceAgainst(uint32 rating); 
     163        int32 WonAgainstChance(float chance); 
     164        void MemberWon(Player * plr, uint32 againstrating); 
     165        int32 LostAgainstChance(float chance); 
     166        void MemberLost(Player * plr, uint32 againstrating); 
     167 
     168        void UpdateArenaPointsHelper(); 
     169 
     170        void FinishWeek(); 
     171 
     172        void NotifyStatsChanged(); 
    158173 
    159174    protected: