diff options
Diffstat (limited to 'src/game/SpellMgr.h')
| -rw-r--r-- | src/game/SpellMgr.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/game/SpellMgr.h b/src/game/SpellMgr.h index 4f155b37ed1..08234a3547c 100644 --- a/src/game/SpellMgr.h +++ b/src/game/SpellMgr.h @@ -1272,20 +1272,20 @@ class SpellMgr return true; } - const SpellsRequiringSpellMap GetSpellsRequiringSpell() - { - return this->mSpellsReqSpell; - } - - uint32 GetSpellRequired(uint32 spell_id) const - { - SpellRequiredMap::const_iterator itr = mSpellReq.find(spell_id); - - if(itr == mSpellReq.end()) - return NULL; - - return itr->second; - } + const SpellsRequiringSpellMap GetSpellsRequiringSpell() + { + return this->mSpellsReqSpell; + } + + uint32 GetSpellRequired(uint32 spell_id) const + { + SpellRequiredMap::const_iterator itr = mSpellReq.find(spell_id); + + if(itr == mSpellReq.end()) + return NULL; + + return itr->second; + } // Modifiers |
