Skip to content

Commit

Permalink
Update magic.h
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonSlayer62 committed Jan 10, 2025
1 parent 9d06be0 commit d463dd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/magic.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class CSpellInfo
SI16 loskill;
SI16 sclo;
SI16 schi;
SI16 tithing;
SI32 tithing;
UI16 jsScript;
SI16 baseDmg;
public:
Expand Down Expand Up @@ -158,7 +158,7 @@ class CSpellInfo
{
return mana;
}
SI16 Tithing( void ) const
SI32 Tithing( void ) const
{
return tithing;
}
Expand Down Expand Up @@ -315,7 +315,7 @@ class CSpellInfo
{
flags = newVal;
}
void Tithing( SI16 newVal )
void Tithing( SI32 newVal )
{
tithing = newVal;
}
Expand Down

0 comments on commit d463dd0

Please sign in to comment.