*Fix build

--HG--
branch : trunk
This commit is contained in:
maximius
2009-10-18 17:10:42 -07:00
parent 3a48de01e7
commit c59d216fc7
5 changed files with 5 additions and 8 deletions

View File

@@ -309,7 +309,7 @@ void InstanceData::DoSendNotifyToInstance(const char *format, ...)
if (i->getSource() && i->getSource()->GetSession())
i->getSource()->GetSession()->SendNotification(format);
}
*/
// Complete Achievement for all players in instance
void InstanceData::DoCompleteAchievement(uint32 achievement)
{
@@ -321,7 +321,6 @@ void InstanceData::DoCompleteAchievement(uint32 achievement)
if (i->getSource())
i->getSource()->CompletedAchievement(AE);
}
*/
// Remove Auras due to Spell on all players in instance
void InstanceData::DoRemoveAurasDueToSpellOnPlayers(uint32 spell)