feat: add async queries (#113)

This commit is contained in:
Axel Cocat
2023-04-01 18:33:31 +02:00
committed by GitHub
parent 50329656fb
commit fb1f240177
6 changed files with 102 additions and 3 deletions

View File

@@ -118,3 +118,4 @@ Eluna API for AC:
- Added `ItemTemplate` methods: https://github.com/azerothcore/mod-eluna/pull/84
- Added logging with `ELUNA_LOG_INFO` for `RunCommand()`: https://github.com/azerothcore/mod-eluna/pull/75
- Added `GetOwnerHalaa` and `SetOwnerHalaa`: https://github.com/azerothcore/mod-eluna/pull/79
- Added `WorldDBQueryAsync`, `CharDBQueryAsync` and `AuthDBQueryAsync`: https://github.com/azerothcore/mod-eluna/pull/113