diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-17 16:58:08 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-17 16:58:08 +0200 |
| commit | 7db99ca007b289cd6b65eb3a6bac42ccd8879367 (patch) | |
| tree | 36c070aa48757704bf3fb76a421cf760c45095d3 /src/server/game/Spells | |
| parent | af7daba02d56e9396f397fff81e4b9aa66736c90 (diff) | |
Core: Fix warnings
Diffstat (limited to 'src/server/game/Spells')
| -rw-r--r-- | src/server/game/Spells/Auras/SpellAuraEffects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuraEffects.cpp b/src/server/game/Spells/Auras/SpellAuraEffects.cpp index 6f0298ee22f..f88ec42280b 100644 --- a/src/server/game/Spells/Auras/SpellAuraEffects.cpp +++ b/src/server/game/Spells/Auras/SpellAuraEffects.cpp @@ -6277,7 +6277,7 @@ void AuraEffect::HandleObsModPowerAuraTick(Unit* target, Unit* caster) const // ignore negative values (can be result apply spellmods to aura damage uint32 amount = std::max(m_amount, 0) * target->GetMaxPower(powerType) /100; - TC_LOG_INFO("spells", "PeriodicTick: %s energize s for %u dmg inflicted by %u", + TC_LOG_INFO("spells", "PeriodicTick: %s energize %s for %u dmg inflicted by %u", GetCasterGUID().ToString().c_str(), target->GetGUID().ToString().c_str(), amount, GetId()); SpellPeriodicAuraLogInfo pInfo(this, amount, 0, 0, 0, 0.0f, false); |
