*Fix frenzy and Ferocious Inspiration proc.

*Add command .reset all pet_spells - use it if you still have problems with pet talents after recent revs changes (like pets with all talents for example)

--HG--
branch : trunk
This commit is contained in:
QAston
2009-04-23 20:57:17 +02:00
parent cedc328d1f
commit 066af701d3
9 changed files with 68 additions and 1 deletions

View File

@@ -2636,6 +2636,7 @@ void Spell::update(uint32 difftime)
// check if there are alive targets left
if (!UpdateChanneledTargetList())
{
sLog.outDebug("Channeled spell %d is removed due to lack of targets", m_spellInfo->Id);
SendChannelUpdate(0);
finish();
}