Skip to content

Commit

Permalink
SQUASH: feat(pkuxkx): 门忠任务信息采集
Browse files Browse the repository at this point in the history
  • Loading branch information
dzpao committed May 27, 2024
1 parent 785d497 commit d0e136b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mud/pkuxkx/plugins/basic/char/loyalty.tin
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ loyalty 本来就有两个别名:
#var gLoyalty[%%2] {
{序号} {%%2}
{类型} {教训}
{描述} {@str.Trim{%%4}}
{积分} {%%6}
{时间} {%%8}
};
};

Expand All @@ -79,6 +82,9 @@ loyalty 本来就有两个别名:
#var gLoyalty[%%2] {
{序号} {%%2}
{类型} {留言}
{描述} {@str.Trim{%%4}}
{积分} {%%6}
{时间} {%%8}
};
};

Expand All @@ -89,6 +95,7 @@ loyalty 本来就有两个别名:
{类型} {%%4}
{描述} {@str.Trim{%%5}}
{积分} {%%7}
{时间} {%%9}
};
};

Expand Down

0 comments on commit d0e136b

Please sign in to comment.