summaryrefslogtreecommitdiff
path: root/npc/other
diff options
context:
space:
mode:
Diffstat (limited to 'npc/other')
-rw-r--r--npc/other/Global_Functions.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt
index 904ed7165..860053b70 100644
--- a/npc/other/Global_Functions.txt
+++ b/npc/other/Global_Functions.txt
@@ -474,4 +474,5 @@ function script F_GetTradeRestriction {
if (.@trade & ITR_NOAUCTION) {
.@trade$ += "NoAuction|";
}
+ return .@trade$;
}