Remove double tabs

This commit is contained in:
Valorith 2023-02-11 00:55:52 -05:00 committed by Akkadius
parent fea571db40
commit 407ceac2bb

View File

@ -609,21 +609,21 @@ void handle_player_aa_gain(
); );
void handle_player_aa_exp_gain( void handle_player_aa_exp_gain(
QuestInterface *parse, QuestInterface *parse,
lua_State* L, lua_State* L,
Client* client, Client* client,
std::string data, std::string data,
uint32 extra_data, uint32 extra_data,
std::vector<std::any> *extra_pointers std::vector<std::any> *extra_pointers
); );
void handle_player_exp_gain( void handle_player_exp_gain(
QuestInterface *parse, QuestInterface *parse,
lua_State* L, lua_State* L,
Client* client, Client* client,
std::string data, std::string data,
uint32 extra_data, uint32 extra_data,
std::vector<std::any> *extra_pointers std::vector<std::any> *extra_pointers
); );
void handle_player_payload( void handle_player_payload(