diff --git a/zone/lua_parser_events.h b/zone/lua_parser_events.h index 2d4ac521a..1965a9189 100644 --- a/zone/lua_parser_events.h +++ b/zone/lua_parser_events.h @@ -45,7 +45,7 @@ void handle_npc_null(QuestInterface *parse, lua_State* L, NPC* npc, Mob *init, s void handle_player_say(QuestInterface *parse, lua_State* L, Client* client, std::string data, uint32 extra_data, std::vector *extra_pointers); void handle_player_environmental_damage(QuestInterface *parse, lua_State* L, Client* client, std::string data, uint32 extra_data, - std::vector *extra_pointers) + std::vector *extra_pointers); void handle_player_death(QuestInterface *parse, lua_State* L, Client* client, std::string data, uint32 extra_data, std::vector *extra_pointers); void handle_player_timer(QuestInterface *parse, lua_State* L, Client* client, std::string data, uint32 extra_data,