mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Core/Unit: fix chain cc's not being diminished properly
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user