少年修仙传客户端代码仓库
client_Zxw
2018-10-29 a346604aa98af9f2ed0a8fb5857bdd875b860e07
System/OpenServerActivity/WishingPoolModel.cs
@@ -65,7 +65,7 @@
        private void OperationEndEvent(Operation type, int state)
        {
            if (type == Operation.WishingWellInfo && state == 1)
            if (type == Operation.WishingWellInfo && state == 0)
            {
                UpdateRedpoint();
                if (onStateUpate != null)
@@ -88,7 +88,7 @@
        private void OperationStartEvent(Operation type, int state)
        {
            if (type == Operation.WishingWellInfo && state == 1)
            if (type == Operation.WishingWellInfo && state == 0)
            {
                UpdateRedpoint();
                if (onStateUpate != null)