[Feature] Add lua and perl event for test buff (#1403)

* [Feature] Add lua and perl event for test buff

* added EnableTestBuff
This commit is contained in:
Dencelle
2021-06-16 10:04:34 -05:00
committed by GitHub
parent 5d937b5be9
commit 4f5824b4a1
8 changed files with 18 additions and 3 deletions
+3
View File
@@ -514,6 +514,9 @@ void handle_player_use_skill(QuestInterface *parse, lua_State* L, Client* client
lua_setfield(L, -2, "skill_level");
}
void handle_test_buff(QuestInterface* parse, lua_State* L, Client* client, std::string data, uint32 extra_data, std::vector<EQ::Any>* extra_pointers) {
}
void handle_player_combine_validate(QuestInterface* parse, lua_State* L, Client* client, std::string data, uint32 extra_data,
std::vector<EQ::Any>* extra_pointers) {
Seperator sep(data.c_str());