mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +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)
|
if (scalingEntry->playerClass == -1)
|
||||||
gtSpellScalingId += 11 * 100;
|
gtSpellScalingId += 11 * 100;
|
||||||
else
|
else
|
||||||
gtSpellScalingId += (getClass() - 1) * 100;
|
gtSpellScalingId += scalingEntry->playerClass * 100;
|
||||||
|
|
||||||
gtScalingEntry = sGtSpellScalingStore.LookupEntry(gtSpellScalingId);
|
gtScalingEntry = sGtSpellScalingStore.LookupEntry(gtSpellScalingId);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "0111"
|
#define REVISION_NR "0112"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue