chore(Core/Misc): remove toxic language (#6988)

This commit is contained in:
Kitzunu
2021-07-21 23:57:20 +02:00
committed by GitHub
parent dfa890fde4
commit 9ab6ba9664
9 changed files with 16 additions and 16 deletions

View File

@@ -13000,7 +13000,7 @@ void Player::LearnTalent(uint32 talentId, uint32 talentRank)
}
// xinef: check amount of points spent in current talent tree
// xinef: be smart and quick, not retarded like TC
// xinef: be smart and quick
uint32 spentPoints = 0;
if (talentInfo->Row > 0)
{

View File

@@ -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;

View File

@@ -369,7 +369,7 @@ bool Vehicle::AddPassenger(Unit* unit, int8 seatId)
unit->m_movementInfo.transport.seat = seat->first;
unit->m_movementInfo.transport.guid = _me->GetGUID();
// xinef: removed retarded seat->first == 0 check...
// xinef: removed seat->first == 0 check...
if (_me->GetTypeId() == TYPEID_UNIT
&& unit->GetTypeId() == TYPEID_PLAYER
&& seat->second.SeatInfo->m_flags & VEHICLE_SEAT_FLAG_CAN_CONTROL)