diff options
-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; |