mirror of
https://github.com/freekode/mod-reward-played-time-improved.git
synced 2026-01-13 00:28:34 +00:00
chore: fix get guid function
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user