openwow-org / azerothcore-wotlk

World of Warcraft server emulator project based on AzerothCore
https://www.natrist.me/ncore
GNU Affero General Public License v3.0
2 stars 0 forks source link

Feature: Refactor the QueryResult class #4

Open natrist opened 1 month ago

natrist commented 1 month ago

Describe your feature request or suggestion in detail

Refactor the QueryResult class to improve its design

Describe a possible solution to your feature or suggestion in detail

Remove the need to call Fetch() before calling Fields::Get()

Additional context

See FriendList.cpp:486 for reference