From ce0c5bdc26e3ce50f37988bf1c17b8e82569667a Mon Sep 17 00:00:00 2001 From: 55Honey <71938210+55Honey@users.noreply.github.com> Date: Thu, 11 Mar 2021 11:05:46 +0100 Subject: [PATCH] changed condition of mailGUID --- GlobalMethods.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GlobalMethods.h b/GlobalMethods.h index 01e5bb9..6c6c5f9 100644 --- a/GlobalMethods.h +++ b/GlobalMethods.h @@ -2158,7 +2158,7 @@ namespace LuaGlobalFunctions #endif draft.AddItem(item); - if (!mailGUID > 0) + if (mailGUID <= 0) { mailGUID = item->GetGUIDLow(); Eluna::Push(L, mailGUID);