mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 17:09:08 +00:00
Minor improvments on logs, stats weights and aoe distance calculation (#995)
* StatsCollector for paladin spell * Remove error log on MoveFromGroup * Log and timer for CreateRandomBots * Improve aoe trigger distance calculation * Reduce spirit weights for heal priest and paladin
This commit is contained in:
@@ -802,7 +802,7 @@ bool StatsCollector::CheckSpellValidation(uint32 spellFamilyName, flag96 spelFal
|
||||
if (cls_ == CLASS_PALADIN && spellFamilyName == SPELLFAMILY_PALADIN && (type_ & CollectorType::MELEE_DMG))
|
||||
{
|
||||
uint32 retributionFlagsA = 0x0;
|
||||
uint32 retributionFlagsB = 0x100000; // shield of righteouness
|
||||
uint32 retributionFlagsB = 0x100000 | 0x40; // shield of righteouness | holy shield
|
||||
uint32 retributionFlagsC = 0x0;
|
||||
flag96 invalidFlags = {retributionFlagsA, retributionFlagsB, retributionFlagsC};
|
||||
if (spelFalimyFlags & invalidFlags)
|
||||
|
||||
Reference in New Issue
Block a user