feat(Core/Hooks): OnLastIpUpdate(accountId, ip) (#4913)
This commit is contained in:
parent
8b27347902
commit
8bacb39d53
3 changed files with 11 additions and 0 deletions
|
|
@ -1761,6 +1761,11 @@ void ScriptMgr::OnAccountLogin(uint32 accountId)
|
|||
FOREACH_SCRIPT(AccountScript)->OnAccountLogin(accountId);
|
||||
}
|
||||
|
||||
void ScriptMgr::OnLastIpUpdate(uint32 accountId, std::string ip)
|
||||
{
|
||||
FOREACH_SCRIPT(AccountScript)->OnLastIpUpdate(accountId, ip);
|
||||
}
|
||||
|
||||
void ScriptMgr::OnFailedAccountLogin(uint32 accountId)
|
||||
{
|
||||
FOREACH_SCRIPT(AccountScript)->OnFailedAccountLogin(accountId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue