mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
*Allow totems to cast spell2 from DB instantnly when put down
--HG-- branch : trunk
This commit is contained in:
@@ -91,6 +91,9 @@ void Totem::InitSummon()
|
||||
|
||||
if(m_type == TOTEM_PASSIVE)
|
||||
CastSpell(this, GetSpell(), true);
|
||||
// Some totems can have both instant effect and passive spell
|
||||
if (GetSpell(1))
|
||||
CastSpell(this, GetSpell(1), true);
|
||||
}
|
||||
|
||||
void Totem::UnSummon()
|
||||
|
||||
Reference in New Issue
Block a user