Removed unneeded function UpdateArenaFields

--HG--
branch : trunk
This commit is contained in:
n0n4m3
2009-12-17 07:10:39 +01:00
parent 1db0cbc339
commit 1ae1171f95
2 changed files with 0 additions and 6 deletions

View File

@@ -6285,11 +6285,6 @@ void Player::RewardReputation(Quest const *pQuest)
// TODO: implement reputation spillover
}
void Player::UpdateArenaFields(void)
{
/* arena calcs go here */
}
void Player::UpdateHonorFields()
{
/// called when rewarding honor and at each save

View File

@@ -1848,7 +1848,6 @@ class MANGOS_DLL_SPEC Player : public Unit
/*********************************************************/
/*** PVP SYSTEM ***/
/*********************************************************/
void UpdateArenaFields();
void UpdateHonorFields();
bool RewardHonor(Unit *pVictim, uint32 groupsize, float honor = -1, bool pvptoken = false);
uint32 GetHonorPoints() { return GetUInt32Value(PLAYER_FIELD_HONOR_CURRENCY); }