feat: add HttpRequest method

This commit is contained in:
Axel Cocat
2021-08-06 16:55:05 +02:00
parent 8b77940be7
commit 84f201b6b0
9 changed files with 8448 additions and 1 deletions

View File

@@ -321,6 +321,7 @@ void Eluna::OnWorldUpdate(uint32 diff)
}
eventMgr->globalProcessor->Update(diff);
httpManager.HandleHttpResponses();
START_HOOK(WORLD_EVENT_ON_UPDATE);
Push(diff);