From fcace1ce4d65a5ac1c4f5c07a9d988258e77dbad Mon Sep 17 00:00:00 2001 From: Mint Cider <170254502+MintCider@users.noreply.github.com> Date: Fri, 12 Jul 2024 03:35:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(#902):=20.init=20set=20=E5=90=8E=E5=85=88?= =?UTF-8?q?=E6=94=BB=E5=88=97=E8=A1=A8=E4=B8=8D=E9=87=8D=E6=96=B0=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dice/ext_dnd5e.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dice/ext_dnd5e.go b/dice/ext_dnd5e.go index d055515a5..7fd08f888 100644 --- a/dice/ext_dnd5e.go +++ b/dice/ext_dnd5e.go @@ -1272,6 +1272,7 @@ func RegisterBuiltinExtDnd5e(self *Dice) { break } } + sort.Sort(riList) VarSetValueStr(ctx, "$t表达式", expr) VarSetValueStr(ctx, "$t目标", name)