aboutsummaryrefslogtreecommitdiff
path: root/src/game/SharedDefines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/SharedDefines.h')
-rw-r--r--src/game/SharedDefines.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/SharedDefines.h b/src/game/SharedDefines.h
index 0ccab173166..c21ac2069a8 100644
--- a/src/game/SharedDefines.h
+++ b/src/game/SharedDefines.h
@@ -183,7 +183,7 @@ enum SpellSchoolMask
inline SpellSchools GetFirstSchoolInMask(SpellSchoolMask mask)
{
- for(int i = 0; i < MAX_SPELL_SCHOOL; ++i)
+ for (int i = 0; i < MAX_SPELL_SCHOOL; ++i)
if(mask & (1 << i))
return SpellSchools(i);
@@ -221,7 +221,6 @@ const uint32 ItemQualityColors[MAX_ITEM_QUALITY] = {
0xffe6cc80 //LIGHT YELLOW
};
-
// ***********************************
// Spell Attributes definitions
// ***********************************