Add CrossZoneSetEntityVariableByClientName

This commit is contained in:
Natedog2012
2017-06-12 08:41:37 -07:00
parent 4d94d5fe17
commit 59ddf507e6
6 changed files with 51 additions and 0 deletions
+1
View File
@@ -1248,6 +1248,7 @@ void ZoneServer::HandleMessage(uint16 opcode, const EQ::Net::Packet &p) {
case ServerOP_CZSignalNPC:
case ServerOP_CZSetEntityVariableByNPCTypeID:
case ServerOP_CZSignalClient:
case ServerOP_CZSetEntityVariableByClientName:
case ServerOP_WWMarquee:
case ServerOP_DepopAllPlayersCorpses:
case ServerOP_DepopPlayerCorpse: