diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-06-10 22:35:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-06-10 22:35:13 -0300 |
commit | 8f406e3528ad17e87a715f0f7a1ce9daa50c0e1b (patch) | |
tree | f9a1f02f4ecabfe9b2801cafd6c0c64893cff9b0 /npc | |
parent | 52e5af52eda7f971b63c7d05da7786fbcaa1f09f (diff) | |
download | serverdata-8f406e3528ad17e87a715f0f7a1ce9daa50c0e1b.tar.gz serverdata-8f406e3528ad17e87a715f0f7a1ce9daa50c0e1b.tar.bz2 serverdata-8f406e3528ad17e87a715f0f7a1ce9daa50c0e1b.tar.xz serverdata-8f406e3528ad17e87a715f0f7a1ce9daa50c0e1b.zip |
[skip ci] fix typo on invalid JSON
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/aurora.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 334fad429..0e2c81a60 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -814,7 +814,7 @@ function script FYRewardEvent { DelItemFromEveryPlayer(EventOre); */ // Specing wants scoreboards to be preserved - api_send(505, "[79, 21698, '', "+.@score$+"]"); + api_send(505, "[79, 21698, '', \""+.@score$+"\"]"); } consolebug "FYRewardEvent end %d", gettimetick(0); return; |