diff options
| author | Shauren <shauren.trinity@gmail.com> | 2015-11-17 17:51:09 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2015-11-17 17:51:09 +0100 |
| commit | f012800751396309e75d0baf4ed3406855c8e93a (patch) | |
| tree | 714747e31ef16b3047b5220adf7a8f5df33f95b8 | |
| parent | 071ede8a93ab239e06c2ab338bc918791cb14b06 (diff) | |
Core/Spells: Fixed typo in ecbbcc8972f43376c65cb726c37cf777ee968f66
| -rw-r--r-- | src/server/game/Spells/SpellHistory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellHistory.cpp b/src/server/game/Spells/SpellHistory.cpp index 0dd4ff8c100..ed5c31c25c6 100644 --- a/src/server/game/Spells/SpellHistory.cpp +++ b/src/server/game/Spells/SpellHistory.cpp @@ -471,7 +471,7 @@ bool SpellHistory::HasCooldown(SpellInfo const* spellInfo, uint32 itemId /*= 0*/ return true; uint32 category = 0; - GetCooldownDurations(spellInfo, itemId, nullptr, &itemId, nullptr); + GetCooldownDurations(spellInfo, itemId, nullptr, &category, nullptr); if (!category) return false; |
