From 6a7ca8fa08d881527dc5e9b7ae36604b73c34ae1 Mon Sep 17 00:00:00 2001 From: sigtus Date: Tue, 29 Jan 2019 04:49:34 -0300 Subject: Added missing return on F_GetTradeRestriction --- npc/other/Global_Functions.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc/other') 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$; } -- cgit v1.2.3-60-g2f50