mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
currency and crystal are now multistorage containers
This commit is contained in:
parent
c7555878dc
commit
f702d37bc9
1 changed files with 2 additions and 2 deletions
|
@ -58,10 +58,10 @@ void Core::Entity::Player::initInventory()
|
|||
setupContainer( GearSet0, 13, "charaitemgearset", true );
|
||||
|
||||
// gil contianer
|
||||
setupContainer( Currency, 11, "charaiteminventory", false );
|
||||
setupContainer( Currency, 11, "charaiteminventory", true );
|
||||
|
||||
// crystals??
|
||||
setupContainer( Crystal, 11, "charaiteminventory", false );
|
||||
setupContainer( Crystal, 11, "charaiteminventory", true );
|
||||
|
||||
// armory weapons - 0
|
||||
setupContainer( ArmoryMain, 34, "charaiteminventory", true );
|
||||
|
|
Loading…
Add table
Reference in a new issue