diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-04-21 23:32:45 +0200 | 
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-04-21 23:32:45 +0200 | 
| commit | 97f482cd825f57b6a39d9bc9ad6d5fef169cf909 (patch) | |
| tree | eddbfd4f4bddb8f4c9c03520eb8ea6730e06a075 /src/server/game/Instances/InstanceScript.h | |
| parent | 316b85652ec4e51737af87ef369c41d73a82d199 (diff) | |
Core/Achievements: Removed unused parameter from UpdateAchievementCriteria and unused DoCompleteAchievement from BattlegroundMgr
Diffstat (limited to 'src/server/game/Instances/InstanceScript.h')
| -rwxr-xr-x | src/server/game/Instances/InstanceScript.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Instances/InstanceScript.h b/src/server/game/Instances/InstanceScript.h index b6b9cc84d4f..aee13dce1a6 100755 --- a/src/server/game/Instances/InstanceScript.h +++ b/src/server/game/Instances/InstanceScript.h @@ -172,7 +172,7 @@ class InstanceScript : public ZoneScript          void DoCompleteAchievement(uint32 achievement);          // Update Achievement Criteria for all players in instance -        void DoUpdateAchievementCriteria(AchievementCriteriaTypes type, uint32 miscvalue1 = 0, uint32 miscvalue2 = 0, Unit* unit = NULL, uint32 time = 0); +        void DoUpdateAchievementCriteria(AchievementCriteriaTypes type, uint32 miscValue1 = 0, uint32 miscValue2 = 0, Unit* unit = NULL);          // Start/Stop Timed Achievement Criteria for all players in instance          void DoStartTimedAchievement(AchievementCriteriaTimedTypes type, uint32 entry);  | 
