mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(Core/Misc): SendAuthWaitQueue typo (#7868)
* cherry-pick commit <a832a1fe90>
Co-Authored-By: Jan Van Buggenhout <1895262+chipzz@users.noreply.github.com>
Co-authored-by: Jan Van Buggenhout <1895262+chipzz@users.noreply.github.com>
This commit is contained in:
@@ -302,7 +302,7 @@ public:
|
||||
bool Update(uint32 diff, PacketFilter& updater);
|
||||
|
||||
/// Handle the authentication waiting queue (to be completed)
|
||||
void SendAuthWaitQue(uint32 position);
|
||||
void SendAuthWaitQueue(uint32 position);
|
||||
|
||||
//void SendTestCreatureQueryOpcode(uint32 entry, ObjectGuid guid, uint32 testvalue);
|
||||
void SendNameQueryOpcode(ObjectGuid guid);
|
||||
|
||||
Reference in New Issue
Block a user