mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
chore(Core/Misc): remove toxic language (#6988)
This commit is contained in:
@@ -2582,7 +2582,7 @@ float Unit::CalculateLevelPenalty(SpellInfo const* spellProto) const
|
||||
|
||||
float LvlPenalty = 0.0f;
|
||||
|
||||
// xinef: added brackets, trinity retards...
|
||||
// xinef: added brackets
|
||||
if (spellProto->SpellLevel < 20)
|
||||
LvlPenalty = (20.0f - spellProto->SpellLevel) * 3.75f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user