aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Instances/InstanceScript.h
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2017-08-27 13:35:03 +0200
committerTreeston <treeston.mmoc@gmail.com>2017-08-27 13:35:03 +0200
commit37dff2b7a1850f9f751c472e277277305a660229 (patch)
tree95f26fc823270322d9e0d25b3fa9e1c3ddd53309 /src/server/game/Instances/InstanceScript.h
parentf279207d482b886fc8b049e94b46653325ec4d2d (diff)
Core/Misc: random refactors
Diffstat (limited to 'src/server/game/Instances/InstanceScript.h')
-rw-r--r--src/server/game/Instances/InstanceScript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Instances/InstanceScript.h b/src/server/game/Instances/InstanceScript.h
index b5fa1bbad35..36fea3990eb 100644
--- a/src/server/game/Instances/InstanceScript.h
+++ b/src/server/game/Instances/InstanceScript.h
@@ -227,7 +227,7 @@ class TC_GAME_API InstanceScript : public ZoneScript
virtual bool SetBossState(uint32 id, EncounterState state);
EncounterState GetBossState(uint32 id) const { return id < bosses.size() ? bosses[id].state : TO_BE_DECIDED; }
- static std::string GetBossStateName(uint8 state);
+ static char const* GetBossStateName(uint8 state);
CreatureBoundary const* GetBossBoundary(uint32 id) const { return id < bosses.size() ? &bosses[id].boundary : nullptr; }
// Achievement criteria additional requirements check