@@ -433,6 +433,10 @@ namespace GFGGame
{
S2C_GetWishingActivityInfo response = null;
int id = ActivityDataManager.Instance.GetCurOpenActiveByType(ActivityDataManager.Instance.TurnTableActivityType);
+ if (id == 0)
+ {
+ return false;
+ }
response = (S2C_GetWishingActivityInfo)await MessageHelper.SendToServer(new C2S_GetWishingActivityInfo() {AcitvityId = id });
if (response != null)