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
|
#endif
|
||||||
draft.AddItem(item);
|
draft.AddItem(item);
|
||||||
|
|
||||||
if (!mailGUID > 0)
|
if (mailGUID <= 0)
|
||||||
{
|
{
|
||||||
mailGUID = item->GetGUIDLow();
|
mailGUID = item->GetGUIDLow();
|
||||||
Eluna::Push(L, mailGUID);
|
Eluna::Push(L, mailGUID);
|
||||||
|
|||||||
Reference in New Issue
Block a user