mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
Add premium saddlebag container ids
This commit is contained in:
parent
f9d7043581
commit
b33c08fb9c
1 changed files with 3 additions and 0 deletions
|
@ -232,6 +232,9 @@ namespace Sapphire::Common
|
||||||
|
|
||||||
SaddleBag0 = 4000,
|
SaddleBag0 = 4000,
|
||||||
SaddleBag1 = 4001,
|
SaddleBag1 = 4001,
|
||||||
|
// These are the ones you get when paying for premium companion app
|
||||||
|
PremiumSaddleBag0 = 4100,
|
||||||
|
PremiumSaddleBag1 = 4101,
|
||||||
|
|
||||||
RetainerBag0 = 10000,
|
RetainerBag0 = 10000,
|
||||||
RetainerBag1 = 10001,
|
RetainerBag1 = 10001,
|
||||||
|
|
Loading…
Add table
Reference in a new issue