diff --git a/includes/types/item.class.php b/includes/types/item.class.php index ab263bcf..e384da24 100644 --- a/includes/types/item.class.php +++ b/includes/types/item.class.php @@ -956,7 +956,7 @@ class ItemList extends BaseType $cd = $this->curTpl['spellCategoryCooldown'.$j]; $extra = []; - if ($cd >= 5000) + if ($cd >= 5000 && $this->curTpl['spellTrigger'.$j] != SPELL_TRIGGER_EQUIP) { $pt = Util::parseTime($cd); if (count(array_filter($pt)) == 1) // simple time: use simple method