Skip to content

Commit

Permalink
Missing Item IDs for Gumps
Browse files Browse the repository at this point in the history
The Stocking IDs was missing for the items.cpp file for the gumps
  • Loading branch information
DragonSlayer62 committed Nov 10, 2023
1 parent 467a036 commit 9effa8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
10/11/2023 - Dragon Slayer
Added Stocking IDs to items.cpp (cpp items)

28/10/2023 - Dragon Slayer (0.99.6a)
Added DFN entries for hallow pumpkins, jack o lanterns and halloween decorations. (dfn item/misc/halloween)
Added DFN entrie for killerpumpkin in daemons.dfn. (dfn daemons)
Expand Down
6 changes: 6 additions & 0 deletions source/items.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1518,6 +1518,12 @@ PackTypes cItem::GetPackType( CItem *i )
packType = PT_PACK2;
}
break;
case 0x2bd9:
case 0x2BDA:
case 0x2BDB:
case 0x2BDC:
packType = PT_STOCKING;
break;
case 0x232A: // giftbox
case 0x232B: // giftbox
packType = PT_GIFTBOX1;
Expand Down

0 comments on commit 9effa8e

Please sign in to comment.