diff options
Diffstat (limited to 'npc/other/Global_Functions.txt')
-rw-r--r-- | npc/other/Global_Functions.txt | 1 |
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$; } |