Merge pull request #1080 from KinglyKrab/assign_tasks

Add cross-zone task assign methods to Perl/Lua.
This commit is contained in:
Chris Miles
2020-06-28 21:54:52 -05:00
committed by GitHub
8 changed files with 262 additions and 8 deletions
+4
View File
@@ -1251,6 +1251,10 @@ void ZoneServer::HandleMessage(uint16 opcode, const EQ::Net::Packet &p) {
case ServerOP_CZSetEntityVariableByGroupID:
case ServerOP_CZSetEntityVariableByRaidID:
case ServerOP_CZSetEntityVariableByGuildID:
case ServerOP_CZTaskAssign:
case ServerOP_CZTaskAssignGroup:
case ServerOP_CZTaskAssignRaid:
case ServerOP_CZTaskAssignGuild:
case ServerOP_WWMarquee:
case ServerOP_DepopAllPlayersCorpses:
case ServerOP_DepopPlayerCorpse: