Core/Unit: fix chain cc's not being diminished properly

This commit is contained in:
Aokromes
2016-11-02 02:45:27 +01:00
parent 3c15310bb9
commit f88d3935fc

View File

@@ -11554,9 +11554,6 @@ DiminishingLevels Unit::GetDiminishing(DiminishingGroup group)
if (!i->hitCount)
return DIMINISHING_LEVEL_1;
if (!i->hitTime)
return DIMINISHING_LEVEL_1;
// If last spell was cast more than 15 seconds ago - reset the count.
if (i->stack == 0 && getMSTimeDiff(i->hitTime, getMSTime()) > 15000)
{