chore: fix get guid function

This commit is contained in:
Helias
2021-05-30 17:15:22 +02:00
parent 1ff5a55eb8
commit 2037372d84

View File

@@ -76,7 +76,7 @@ public:
ChatHandler(receiver->GetSession()).PSendSysMessage("You will receive your item in your mailbox"); ChatHandler(receiver->GetSession()).PSendSysMessage("You will receive your item in your mailbox");
// format: name "subject text" "mail text" item1[:count1] item2[:count2] ... item12[:count12] // format: name "subject text" "mail text" item1[:count1] item2[:count2] ... item12[:count12]
uint64 receiverGuid = receiver->GetGUID(); uint64 receiverGuid = receiver->GetGuidValue().GetCounter();
std::string receiverName; std::string receiverName;
std::string subject = "Reward System prize"; std::string subject = "Reward System prize";