aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellMgr.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-23 10:22:58 -0500
committermegamage <none@none>2009-08-23 10:22:58 -0500
commit0b06baee4dcbc18534bbfb3becb679ae42103439 (patch)
tree7740eb58fae708062901ae493c48472615f6bd9c /src/game/SpellMgr.h
parentd132f7e401ecfc032b33405f6b247807a0754133 (diff)
*Update rules of aura stack.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellMgr.h')
-rw-r--r--src/game/SpellMgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellMgr.h b/src/game/SpellMgr.h
index 42705f1e7ca..b8dca34edf0 100644
--- a/src/game/SpellMgr.h
+++ b/src/game/SpellMgr.h
@@ -967,7 +967,7 @@ class SpellMgr
bool IsRankSpellDueToSpell(SpellEntry const *spellInfo_1,uint32 spellId_2) const;
static bool canStackSpellRanks(SpellEntry const *spellInfo);
- bool IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2, bool sameCaster) const;
+ bool CanAurasStack(SpellEntry const *spellInfo_1, SpellEntry const *spellInfo_2, bool sameCaster) const;
SpellEntry const* SelectAuraRankForPlayerLevel(SpellEntry const* spellInfo, uint32 playerLevel) const;