Update debug.cpp
parent
654472738d
commit
b204238a49
|
@ -121,7 +121,7 @@ void __cdecl MaxSpellsCheat()
|
|||
{
|
||||
if ( spelldata[i].sBookLvl != -1 )
|
||||
{
|
||||
*(_QWORD *)plr[myplr]._pMemSpells |= 1 << (i - 1);
|
||||
*(_QWORD *)plr[myplr]._pMemSpells |= (__int64)1 << (i - 1);
|
||||
plr[myplr]._pSplLvl[i] = 10;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue