Core/Misc: random refactors

(cherry picked from commit 37dff2b7a1)
This commit is contained in:
Treeston
2017-08-27 13:35:03 +02:00
committed by Shauren
parent 27806eeac9
commit 06a1271a50
5 changed files with 6 additions and 7 deletions

View File

@@ -821,7 +821,7 @@ void InstanceScript::UpdatePhasing()
PhasingHandler::SendToPlayer(player);
}
/*static*/ std::string InstanceScript::GetBossStateName(uint8 state)
/*static*/ char const* InstanceScript::GetBossStateName(uint8 state)
{
// See enum EncounterState in InstanceScript.h
switch (state)