mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[0112] Typo
Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
This commit is contained in:
parent
93c5b1cf1d
commit
1e11c2af24
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue