Skip to content

Fairy Tail Luna mismatch between ActivateDescription and Util.GetStringId #23

Description

@kharism

I put this in my executor AddExecutor(ExecutorType.Activate, CardId.FairyTailLuna, FairyTailLunaSearch);

private bool FairyTailLunaSearch() {
if (ActivateDescription == Util.GetStringId(CardId.FairyTailLuna, 0))
{
return true;
}
return false;
}

GetStringId return 91160607457280 but the value of ActivateDescription is 62205969853120512
Is there any possibility that ActivateDescription is overwritten by something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions