feat:通用飘屏协议号变更(105老版本有崩溃问题)

This commit is contained in:
Max
2024-03-25 14:53:30 +08:00
parent 9d8118e331
commit 87da2a9f18

View File

@@ -496,9 +496,9 @@ public class CustomAttachment implements MsgAttachment {
public static final int CUSTOM_MSG_CRAZY_ZOO_SUB_ALL_ROOM = 1042;// 动物园全服飘屏通知
// 通用模版飘屏
public static final int CUSTOM_MSG_TEMPLATE_NOTIFY = 105;
public static final int CUSTOM_MSG_TEMPLATE_NOTIFY_ROOM = 1051;// 通用模版飘屏-房间
public static final int CUSTOM_MSG_TEMPLATE_NOTIFY_ALL = 1052;// 通用模版飘屏-全服
public static final int CUSTOM_MSG_TEMPLATE_NOTIFY = 107;
public static final int CUSTOM_MSG_TEMPLATE_NOTIFY_ROOM = 1071;// 通用模版飘屏-房间
public static final int CUSTOM_MSG_TEMPLATE_NOTIFY_ALL = 1072;// 通用模版飘屏-全服
// 超级幸运礼物-通用模版公屏
public static final int CUSTOM_MSG_SUPER_LUCKY_GIFT_TEMPLATE = 106;