mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 14:07:46 +00:00
Add ArmorySoulCrystal on new character creation.
This commit is contained in:
parent
99e4a90708
commit
91d5ece427
1 changed files with 1 additions and 0 deletions
|
@ -319,6 +319,7 @@ void PlayerMinimal::saveAsNew()
|
|||
createInvDbContainer( InventoryType::ArmoryWrist );
|
||||
createInvDbContainer( InventoryType::ArmoryRing );
|
||||
createInvDbContainer( InventoryType::ArmoryMain );
|
||||
createInvDbContainer( InventoryType::ArmorySoulCrystal );
|
||||
|
||||
createInvDbContainer( InventoryType::Currency );
|
||||
createInvDbContainer( InventoryType::Crystal );
|
||||
|
|
Loading…
Add table
Reference in a new issue