This commit is contained in:
shoopea 2020-01-02 19:36:40 +08:00
parent 80ffef4a66
commit 598bc59c3b

2
def.go
View File

@ -465,6 +465,7 @@ const (
objSubTypeUser = 101
objSubTypeGuild = 201
/*
cacheObjSubType[`msg`] = 301
cacheObjSubType[`msg_war`] = 302 // from Chat Wars Reports (not done)
objSubTypeMessageMiniWar = 303 // FIXME DELETE
@ -569,6 +570,7 @@ const (
cacheObjSubType[`msg_pillage_defeat`] = 402 // You tried stopping (done)
cacheObjSubType[`msg_level_up_req`] = 403 // /level_up
cacheObjSubType[`msg_level_up_ack`] = 404
*/
objSubTypeJobPillage = 601
objSubTypeJobTribute = 602
objSubTypeJobStatus = 603