From cc5dd4cd8278ea78f624f382d42f9369928a5082 Mon Sep 17 00:00:00 2001 From: hg <4683435+hgtw@users.noreply.github.com> Date: Mon, 26 Oct 2020 20:21:43 -0400 Subject: [PATCH] Add missing expedition perl api declaration --- zone/embparser_api.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/zone/embparser_api.cpp b/zone/embparser_api.cpp index 51414aef7..7a235c965 100644 --- a/zone/embparser_api.cpp +++ b/zone/embparser_api.cpp @@ -6389,6 +6389,7 @@ EXTERN_C XS(boot_quest) { newXS(strcpy(buf, "activespeakactivity"), XS__activespeakactivity, file); newXS(strcpy(buf, "activespeaktask"), XS__activespeaktask, file); newXS(strcpy(buf, "activetasksinset"), XS__activetasksinset, file); + newXS(strcpy(buf, "add_expedition_lockout_all_clients"), XS__add_expedition_lockout_all_clients, file); newXS(strcpy(buf, "add_expedition_lockout_by_char_id"), XS__add_expedition_lockout_by_char_id, file); newXS(strcpy(buf, "addldonloss"), XS__addldonpoints, file); newXS(strcpy(buf, "addldonpoints"), XS__addldonpoints, file);