Merge pull request #2792 from wonopon/patch-6

Scripts/Taldaram: Make the boss cast Bloodthirst on self instead of on victim.
This commit is contained in:
QAston
2011-08-31 11:31:11 -07:00

View File

@@ -195,7 +195,7 @@ public:
case NORMAL:
if (uiBloodthirstTimer <= diff)
{
DoCast(me->getVictim(), SPELL_BLOODTHIRST);
DoCast(me, SPELL_BLOODTHIRST);
uiBloodthirstTimer = 10*IN_MILLISECONDS;
} else uiBloodthirstTimer -= diff;