mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-06 02:02:25 +00:00
Remove double tabs
This commit is contained in:
parent
fea571db40
commit
407ceac2bb
@ -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(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user