diff options
author | Lopin <davca.hr@seznam.cz> | 2011-06-25 19:17:50 +0200 |
---|---|---|
committer | Lopin <davca.hr@seznam.cz> | 2011-06-25 19:17:50 +0200 |
commit | cd76930f45c71a9d8be37c2d37e1ef86def4ac85 (patch) | |
tree | c9a75f4e1174fb84177c031b43c9d615d192079a /src/server/game/Instances/InstanceScript.h | |
parent | cb40eb556ad23a90508a285ea1cc049888ebf7a9 (diff) |
Core/Instances: Remove function DoCompleteAchievement()
Diffstat (limited to 'src/server/game/Instances/InstanceScript.h')
-rwxr-xr-x | src/server/game/Instances/InstanceScript.h | 3 |
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); |