diff options
Diffstat (limited to 'src/server/game/Phasing/PhasingHandler.h')
-rw-r--r-- | src/server/game/Phasing/PhasingHandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/game/Phasing/PhasingHandler.h b/src/server/game/Phasing/PhasingHandler.h index a2ee1cfc046..59b2f606b5e 100644 --- a/src/server/game/Phasing/PhasingHandler.h +++ b/src/server/game/Phasing/PhasingHandler.h @@ -70,6 +70,8 @@ public: static std::string FormatPhases(PhaseShift const& phaseShift); private: + static void AddPhase(WorldObject* object, uint32 phaseId, ObjectGuid const& personalGuid, bool updateVisibility); + static void AddPhaseGroup(WorldObject* object, uint32 phaseGroupId, ObjectGuid const& personalGuid, bool updateVisibility); static void UpdateVisibilityIfNeeded(WorldObject* object, bool updateVisibility, bool changed); }; |