fix(build) SendNotification is not a member of WorldSession (#35)

This commit is contained in:
Walter Pagani 2024-10-24 06:12:36 -03:00 committed by GitHub
parent 58652e93a2
commit 668b19995b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -301,7 +301,7 @@ public:
default:
break;
}
player->GetSession()->SendNotification(SERVER_MSG_STRING, ss2.str().c_str());
ChatHandler(player->GetSession()).SendNotification(SERVER_MSG_STRING, ss2.str().c_str());
return;
}
}