mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
refactor(Core/Misc): acore to Acore (#6043)
This commit is contained in:
@@ -270,7 +270,7 @@ uint32 Quest::CalculateHonorGain(uint8 level) const
|
||||
honor = uint32(tc->value * GetRewHonorMultiplier() * 0.1000000014901161);
|
||||
|
||||
// Xinef: exactly this is calculated above, however with higher precision...
|
||||
//honor += acore::Honor::hk_honor_at_level(level, GetRewHonorMultiplier());
|
||||
//honor += Acore::Honor::hk_honor_at_level(level, GetRewHonorMultiplier());
|
||||
honor += GetRewHonorAddition();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user