mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 09:33:47 +00:00
chore(Core/Misc): remove toxic language (#6988)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user