Skip to content

Commit

Permalink
Fixes swapped Item Hook
Browse files Browse the repository at this point in the history
  • Loading branch information
elfyyy committed Apr 17, 2016
1 parent 3b949e7 commit 88deea9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Reflection.Simba
Expand Up @@ -2,7 +2,7 @@

const
IncludeRevision = 25;
SubRev = 1;
SubRev = 2;
{$i reflection/lib/internal/Includes.simba}

procedure TReflectionInternals.SetupSmart;
Expand Down
4 changes: 2 additions & 2 deletions lib/internal/Hooks.simba
Expand Up @@ -190,6 +190,6 @@ const
SceneTile_GroundDecoration: THook = ['q', 1];

{Item: ah}
Item_ID: THook = ['w', 2076836937];
Item_StackSizes: THook = ['a', -750453073];
Item_ID: THook = ['a', -750453073];
Item_StackSizes: THook = ['w', 2076836937];

2 changes: 1 addition & 1 deletion lib/internal/updating/Update.txt
@@ -1,2 +1,2 @@
includerev = '25'
includesubrev = '1'hookrev = '112'
includesubrev = '2'hookrev = '112'

0 comments on commit 88deea9

Please sign in to comment.