mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-23 11:32:24 +00:00
[Cleanup] Remove StoreCharacter() from worlddb.h (#3108)
# Notes - This is unused.
This commit is contained in:
parent
fa47dd7f93
commit
04fba27467
@ -40,12 +40,6 @@ public:
|
||||
bool LoadCharacterCreateAllocations();
|
||||
bool LoadCharacterCreateCombos();
|
||||
|
||||
bool StoreCharacter(
|
||||
uint32 account_id,
|
||||
PlayerProfile_Struct *p_player_profile_struct,
|
||||
EQ::InventoryProfile *p_inventory_profile
|
||||
);
|
||||
|
||||
private:
|
||||
void SetTitaniumDefaultStartZone(PlayerProfile_Struct* in_pp, CharCreate_Struct* in_cc);
|
||||
void SetSoFDefaultStartZone(PlayerProfile_Struct* in_pp, CharCreate_Struct* in_cc);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user