[10258] Correct old typo in GetReputationOnKillEntry function name

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-07-24 13:49:05 +02:00
parent 5951ebeacc
commit 756e29f891
3 changed files with 3 additions and 3 deletions

View file

@ -6276,7 +6276,7 @@ void Player::RewardReputation(Unit *pVictim, float rate)
return;
// used current difficulty creature entry instead normal version (GetEntry())
ReputationOnKillEntry const* Rep = sObjectMgr.GetReputationOnKilEntry(((Creature*)pVictim)->GetCreatureInfo()->Entry);
ReputationOnKillEntry const* Rep = sObjectMgr.GetReputationOnKillEntry(((Creature*)pVictim)->GetCreatureInfo()->Entry);
if(!Rep)
return;