Skip to content

Commit

Permalink
fix: inventory slot constants are outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
ark120202 committed Dec 14, 2019
1 parent fbdabf6 commit 5aee45e
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 79 deletions.
9 changes: 9 additions & 0 deletions game/scripts/vscripts/data/constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ LEVELS_WITHOUT_ABILITY_POINTS = {
[23] = true,
[24] = true,
}

-- TODO: These enums appear to be outdated
DOTA_ITEM_SLOT_10 = DOTA_ITEM_SLOT_9 + 1
DOTA_STASH_SLOT_1 = DOTA_STASH_SLOT_1 + 1
DOTA_STASH_SLOT_2 = DOTA_STASH_SLOT_2 + 1
DOTA_STASH_SLOT_3 = DOTA_STASH_SLOT_3 + 1
DOTA_STASH_SLOT_4 = DOTA_STASH_SLOT_4 + 1
DOTA_STASH_SLOT_5 = DOTA_STASH_SLOT_5 + 1
DOTA_STASH_SLOT_6 = DOTA_STASH_SLOT_6 + 1
Loading

0 comments on commit 5aee45e

Please sign in to comment.