[0121] Some Typos

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-17 13:30:38 +02:00 committed by Antz
parent 7a079fcd09
commit d7b5567041
3 changed files with 5 additions and 5 deletions

View file

@ -1798,12 +1798,12 @@ struct SpellScalingEntry
uint32 castTimeMin; // 1 uint32 castTimeMin; // 1
uint32 castTimeMax; // 2 uint32 castTimeMax; // 2
uint32 castScalingMaxLevel; // 3 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 coeff1[3]; // 5-7
float coeff2[3]; // 8-10 float coeff2[3]; // 8-10
float coeff3[3]; // 11-13 float coeff3[3]; // 11-13
float unkMult; // 14 some coefficient, mostly 1.0f float unkMult; // 14 some coefficient, mostly 1.0f
uint32 unkLevel; // 15 some level uint32 unkLevel; // 15 some level
}; };
// SpellShapeshift.dbc // SpellShapeshift.dbc

View file

@ -2041,7 +2041,7 @@ void ObjectMgr::LoadItemPrototypes()
if (proto->DamageType >= MAX_SPELL_SCHOOL) if (proto->DamageType >= MAX_SPELL_SCHOOL)
{ {
sLog.outErrorDb("Item (Entry: %u) has wrong damagetype (%u)", i, proto->DamageType); 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 // special format

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "0120" #define REVISION_NR "0121"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__