mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 13:37:08 +00:00
[0113] Again
Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
This commit is contained in:
parent
1e11c2af24
commit
a6b1264405
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 += scalingEntry->playerClass * 100;
|
gtSpellScalingId += (scalingEntry->playerClass - 1) * 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 "0112"
|
#define REVISION_NR "0113"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue