Skip to content

Commit

Permalink
Update Script.h
Browse files Browse the repository at this point in the history
  • Loading branch information
TommInfinite authored Mar 14, 2024
1 parent 3722899 commit b867e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CommonLibSF/include/RE/S/Script.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ namespace RE

enum
{
kNumConsoleCommands = 0x0245,
kNumScriptCommands = 0x03C0,
kNumConsoleCommands = 0x0244,
kNumScriptCommands = 0x03C1,

kConsoleOpBase = 0x0100,
kScriptOpBase = 0x1000,
Expand Down

0 comments on commit b867e88

Please sign in to comment.