Quote
Index: Services/WCell.RealmServer/Spells/PlayerSpellCollection.cs
===================================================================
--- Services/WCell.RealmServer/Spells/PlayerSpellCollection.cs (revision 918)
+++ Services/WCell.RealmServer/Spells/PlayerSpellCollection.cs (working copy)
@@ -528,9 +528,10 @@
{
m_categoryCooldowns = new Dictionary<uint, ISpellCategoryCooldown>();
}
+
var catCooldown = new SpellCategoryCooldown {
SpellId = spell.Id,
- Until = DateTime.Now.AddMilliseconds(catCd)
+ Until = DateTime.Now.AddMilliseconds(catCd - spell.CastDelay)
};
if (itemSpell)
это правка - работоспособности спелла >>> Trap Cooldown Reduction .