mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[0121] Some Typos
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
7a079fcd09
commit
d7b5567041
3 changed files with 5 additions and 5 deletions
|
|
@ -1798,12 +1798,12 @@ struct SpellScalingEntry
|
|||
uint32 castTimeMin; // 1
|
||||
uint32 castTimeMax; // 2
|
||||
uint32 castScalingMaxLevel; // 3
|
||||
int32 playerClass; // 4 (index * 100) + charLevel => gtSpellScaling.dbc
|
||||
int32 playerClass; // 4 (index * 100) + charLevel => gtSpellScaling.dbc
|
||||
float coeff1[3]; // 5-7
|
||||
float coeff2[3]; // 8-10
|
||||
float coeff3[3]; // 11-13
|
||||
float unkMult; // 14 some coefficient, mostly 1.0f
|
||||
uint32 unkLevel; // 15 some level
|
||||
float unkMult; // 14 some coefficient, mostly 1.0f
|
||||
uint32 unkLevel; // 15 some level
|
||||
};
|
||||
|
||||
// SpellShapeshift.dbc
|
||||
|
|
|
|||
|
|
@ -2041,7 +2041,7 @@ void ObjectMgr::LoadItemPrototypes()
|
|||
if (proto->DamageType >= MAX_SPELL_SCHOOL)
|
||||
{
|
||||
sLog.outErrorDb("Item (Entry: %u) has wrong damagetype (%u)", i, proto->DamageType);
|
||||
const_cast<ItemPrototype*>(proto)->DamageType = 0;
|
||||
const_cast<ItemPrototype*>(proto)->DamageType = 0;
|
||||
}
|
||||
|
||||
// special format
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "0120"
|
||||
#define REVISION_NR "0121"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue