diff options
author | maximius <none@none> | 2009-10-18 17:10:42 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-10-18 17:10:42 -0700 |
commit | c59d216fc720fa877005bee855fab3c77bac3278 (patch) | |
tree | 4aa76f934ed9fcfacf85ee8304e50d215d0c9015 /src/game/InstanceData.h | |
parent | 3a48de01e70240ed969686c393d8427c317c2c93 (diff) |
*Fix build
--HG--
branch : trunk
Diffstat (limited to 'src/game/InstanceData.h')
-rw-r--r-- | src/game/InstanceData.h | 2 |
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); |