From b204238a494b5c799dbca08ab145685e39484d44 Mon Sep 17 00:00:00 2001 From: galaxyhaxz Date: Fri, 8 Jun 2018 22:09:49 -0500 Subject: [PATCH] Update debug.cpp --- Source/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/debug.cpp b/Source/debug.cpp index e040232..81532dc 100644 --- a/Source/debug.cpp +++ b/Source/debug.cpp @@ -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; } }