aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Instances/InstanceScript.h
diff options
context:
space:
mode:
authorQAston <qaston@gmail.com>2011-06-26 00:29:36 +0200
committerQAston <qaston@gmail.com>2011-06-26 00:29:36 +0200
commit6dcee0c0ea23617849a6b04ae22d2b74fb04f097 (patch)
treeeb68d1f2f1c8518263ffdf53cc01c292fe83ded8 /src/server/game/Instances/InstanceScript.h
parent2bcf63d3879cdb7175b83e98f8cd37bacd6449b3 (diff)
parent9a5f8dc844be68fa239d9c5ac6b95b7a6b2dfcee (diff)
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore
Diffstat (limited to 'src/server/game/Instances/InstanceScript.h')
-rwxr-xr-xsrc/server/game/Instances/InstanceScript.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/game/Instances/InstanceScript.h b/src/server/game/Instances/InstanceScript.h
index b3dcb9525c5..d2c98af0838 100755
--- a/src/server/game/Instances/InstanceScript.h
+++ b/src/server/game/Instances/InstanceScript.h
@@ -169,9 +169,6 @@ class InstanceScript : public ZoneScript
// Send Notify to all players in instance
void DoSendNotifyToInstance(char const* format, ...);
- // Complete Achievement for all players in instance
- DECLSPEC_DEPRECATED void DoCompleteAchievement(uint32 achievement) ATTR_DEPRECATED;
-
// Update Achievement Criteria for all players in instance
void DoUpdateAchievementCriteria(AchievementCriteriaTypes type, uint32 miscValue1 = 0, uint32 miscValue2 = 0, Unit* unit = NULL);