aboutsummaryrefslogtreecommitdiff
path: root/src/game/InstanceData.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/InstanceData.h')
-rw-r--r--src/game/InstanceData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/InstanceData.h b/src/game/InstanceData.h
index 010a3d44d42..a277907a30a 100644
--- a/src/game/InstanceData.h
+++ b/src/game/InstanceData.h
@@ -155,10 +155,10 @@ class TRINITY_DLL_SPEC InstanceData : public ZoneScript
/* Not used anywhere yet, not sure if they're needed:
// Send Notify to all players in instance
void DoSendNotifyToInstance(const char *format,...);
+ */
// Complete Achievement for all players in instance
void DoCompleteAchievement(uint32 achievement);
- */
// Remove Auras due to Spell on all players in instance
void DoRemoveAurasDueToSpellOnPlayers(uint32 spell);