Core/Misc: Modernize code a bit by replacing std::tie with either structured bindings or operator<=>

This commit is contained in:
Shauren
2023-04-06 17:46:58 +02:00
parent 74c280da9e
commit 7b31080258
24 changed files with 94 additions and 95 deletions

View File

@@ -31,6 +31,7 @@
#include "ScriptedCreature.h"
#include "ScriptedEscortAI.h"
#include "ScriptedGossip.h"
#include "SpellAuraEffects.h"
#include "SpellMgr.h"
#include "SpellScript.h"
#include "StringFormat.h"