[0112] Typo

Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
This commit is contained in:
Yaki Khadafi 2012-08-17 03:47:58 +03:00 committed by Antz
parent 93c5b1cf1d
commit 1e11c2af24
2 changed files with 2 additions and 2 deletions

View file

@ -9277,7 +9277,7 @@ int32 Unit::CalculateSpellDamage(Unit const* target, SpellEntry const* spellProt
if (scalingEntry->playerClass == -1)
gtSpellScalingId += 11 * 100;
else
gtSpellScalingId += (getClass() - 1) * 100;
gtSpellScalingId += scalingEntry->playerClass * 100;
gtScalingEntry = sGtSpellScalingStore.LookupEntry(gtSpellScalingId);
}