From 4a7e84bea58ab1db7cdae9a23ca4828ed61d5990 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 25 二月 2019 11:29:52 +0800
Subject: [PATCH] 3335 物品相关类型重构。
---
System/Mount/PlayerMountDatas.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/Mount/PlayerMountDatas.cs b/System/Mount/PlayerMountDatas.cs
index 4c7bf05..6da0aa7 100644
--- a/System/Mount/PlayerMountDatas.cs
+++ b/System/Mount/PlayerMountDatas.cs
@@ -66,7 +66,7 @@
public override void Init()
{
ToAddSorting();
- playerPack.RefreshItemCountAct += OnItemRefreshEvent;
+ playerPack.refreshItemCountEvent += OnItemRefreshEvent;
MountWin.RedPointMountDan += RedPointMountDan;
MountSkillAndItem();
MountNumberPreservation();
@@ -86,7 +86,7 @@
public override void UnInit()
{
MountWin.RedPointMountDan -= RedPointMountDan;
- playerPack.RefreshItemCountAct -= OnItemRefreshEvent;
+ playerPack.refreshItemCountEvent -= OnItemRefreshEvent;
}
--
Gitblit v1.8.0