mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
changed condition of mailGUID
This commit is contained in:
@@ -2158,7 +2158,7 @@ namespace LuaGlobalFunctions
|
||||
#endif
|
||||
draft.AddItem(item);
|
||||
|
||||
if (!mailGUID > 0)
|
||||
if (mailGUID <= 0)
|
||||
{
|
||||
mailGUID = item->GetGUIDLow();
|
||||
Eluna::Push(L, mailGUID);
|
||||
|
||||
Reference in New Issue
Block a user