From d7b5567041b5755ea3ff3a5d7a4df65debd29f49 Mon Sep 17 00:00:00 2001 From: Salja Date: Fri, 17 Aug 2012 13:30:38 +0200 Subject: [PATCH] [0121] Some Typos Signed-off-by: Salja --- src/game/DBCStructure.h | 6 +++--- src/game/ObjectMgr.cpp | 2 +- src/shared/revision_nr.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index c48c3defc..337741a60 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -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 diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 3dd0f5071..7f914c0fe 100755 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -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(proto)->DamageType = 0; + const_cast(proto)->DamageType = 0; } // special format diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index e02fdcf12..5eca4f427 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "0120" + #define REVISION_NR "0121" #endif // __REVISION_NR_H__