From 04fba274678c7bc2c1f0999cfaf86ba611d3724d Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Fri, 17 Mar 2023 06:23:10 -0400 Subject: [PATCH] [Cleanup] Remove StoreCharacter() from worlddb.h (#3108) # Notes - This is unused. --- world/worlddb.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/world/worlddb.h b/world/worlddb.h index d5bfdf3f5..2b3d7ea07 100644 --- a/world/worlddb.h +++ b/world/worlddb.h @@ -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);