Skip to content

Commit

Permalink
NPCBots: Fix Blizzlike XP reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer committed Dec 16, 2024
1 parent 7cf7d91 commit 5aab2ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/game/Entities/Player/KillRewarder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ void KillRewarder::_InitGroupData()
const uint8 lvl = bot->GetLevel();
++_count;
_sumLevel += lvl;
_aliveSumLevel += lvl;
if (_maxLevel < lvl)
_maxLevel = lvl;
}
Expand Down

0 comments on commit 5aab2ae

Please sign in to comment.