Core/Misc: random refactors

This commit is contained in:
Treeston
2017-08-27 13:35:03 +02:00
parent f279207d48
commit 37dff2b7a1
5 changed files with 6 additions and 7 deletions

View File

@@ -739,7 +739,7 @@ void InstanceScript::UpdateEncounterStateForSpellCast(uint32 spellId, Unit* sour
UpdateEncounterState(ENCOUNTER_CREDIT_CAST_SPELL, spellId, source);
}
/*static*/ std::string InstanceScript::GetBossStateName(uint8 state)
/*static*/ char const* InstanceScript::GetBossStateName(uint8 state)
{
// See enum EncounterState in InstanceScript.h
switch (state)