Skip to content

[Bug]: money.getHistory 無法正常運作 #332

@SKSK1

Description

@SKSK1

Describe the bug

money.getHistory 無法正確返回應有的值 (見圖)

To Reproduce

let array = money.getHistory(player.xuid, 86400 * 90);

array.forEach(record => {
log(record)
});

Expected behavior

輸出一系列正確的對象:
{from: 玩家xuid, to: 玩家xuid, money: 金额數字, time: 时间字符串, note: 字符串}

Screenshots

Image

Platform

Windows 10

BDS Version

1.21.120

LeviLamina Version

1.7.0

LegacyScriptEngine Version

0.16.0

Additional context

備注: 我的游戲id是“SK 13913”(中間有空格)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions