diff options
author | XTZGZoReX <none@none> | 2009-04-07 12:24:41 +0200 |
---|---|---|
committer | XTZGZoReX <none@none> | 2009-04-07 12:24:41 +0200 |
commit | 65200e103984ba76b6c3fc13ad1c2776f19a7ab7 (patch) | |
tree | 4c23770b8504ef1a4cf3c1a0d8bbb59a96877fff /src/game/Player.cpp | |
parent | af2d4f039bd3dc87e8112adf1d8af0744e6ac11d (diff) | |
parent | 2fe9fed7c71697af06b981e221ea54acb62abb6b (diff) |
* Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index f29b81c11f4..e24c2331345 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -15524,7 +15524,7 @@ bool Player::Satisfy(AccessRequirement const *ar, uint32 target_map, bool report missingItem = ar->item2; uint32 missingKey = 0; - uint32 missingHeroicQuest = 0; + uint32 missingHeroicQuest = 0; if(GetDifficulty() == DIFFICULTY_HEROIC) { if(ar->heroicKey) @@ -15536,7 +15536,7 @@ bool Player::Satisfy(AccessRequirement const *ar, uint32 target_map, bool report else if(ar->heroicKey2 && !HasItemCount(ar->heroicKey2, 1)) missingKey = ar->heroicKey2; - if(ar->heroicQuest && !GetQuestRewardStatus(ar->heroicQuest)) + if(ar->heroicQuest && !GetQuestRewardStatus(ar->heroicQuest)) missingHeroicQuest = ar->heroicQuest; } |