mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[7609] Trailing whitespace cleaning
Here we are again! "git diff --check" !! Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
parent
99fe98169a
commit
0fc68c5e1e
11 changed files with 16 additions and 16 deletions
|
|
@ -2397,7 +2397,7 @@ void Spell::EffectPowerBurn(uint32 i)
|
|||
{
|
||||
uint32 maxdamage = m_caster->GetMaxPower(powertype) * damage * 2 / 100;
|
||||
damage = unitTarget->GetMaxPower(powertype) * damage / 100;
|
||||
if(damage > maxdamage) damage = maxdamage;
|
||||
if(damage > maxdamage) damage = maxdamage;
|
||||
}
|
||||
|
||||
int32 curPower = int32(unitTarget->GetPower(powertype));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue