Added MessageType and SpecialMessage support

This commit is contained in:
Xackery
2018-03-13 17:39:44 -07:00
parent 6532a81b80
commit 98f4e570e7
7 changed files with 169 additions and 18 deletions
+2
View File
@@ -234,6 +234,8 @@ func entityEventSubscriber(zone string, instance int, entityID int64) {
eventPayload = &eqproto.DeleteSpawnEvent{}
case eqproto.OpCode_OP_Damage:
eventPayload = &eqproto.DamageEvent{}
case eqproto.OpCode_OP_SpecialMesg:
eventPayload = &eqproto.SpecialMessageEvent{}
default:
return
}