mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[11066] Remove tail whitespaces.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
d5b982cbbe
commit
75b4f75f4d
58 changed files with 170 additions and 170 deletions
|
|
@ -1252,7 +1252,7 @@ bool ChatHandler::HandleAchievementCriteriaAddCommand(char* args)
|
|||
return false;
|
||||
|
||||
uint32 new_val;
|
||||
|
||||
|
||||
if (maxValue)
|
||||
new_val = progress < maxValue && maxValue - progress > val ? progress + val : maxValue;
|
||||
else
|
||||
|
|
@ -4604,7 +4604,7 @@ bool ChatHandler::HandleListAurasCommand (char* /*args*/)
|
|||
for (Unit::SpellAuraHolderMap::const_iterator itr = uAuras.begin(); itr != uAuras.end(); ++itr)
|
||||
{
|
||||
bool talent = GetTalentSpellCost(itr->second->GetId()) > 0;
|
||||
|
||||
|
||||
SpellAuraHolder *holder = itr->second;
|
||||
char const* name = holder->GetSpellProto()->SpellName[GetSessionDbcLocale()];
|
||||
|
||||
|
|
@ -4613,7 +4613,7 @@ bool ChatHandler::HandleListAurasCommand (char* /*args*/)
|
|||
Aura *aur = holder->GetAuraByEffectIndex(SpellEffectIndex(i));
|
||||
if (!aur)
|
||||
continue;
|
||||
|
||||
|
||||
if (m_session)
|
||||
{
|
||||
std::ostringstream ss_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue