Core/DataStores: Fixed db2 structures after 7.3.5
This commit is contained in:
@@ -869,9 +869,9 @@ namespace Game.Spells
|
||||
{
|
||||
if (itemEffect.SpellID == spellInfo.Id)
|
||||
{
|
||||
tmpCooldown = itemEffect.Cooldown;
|
||||
tmpCategoryId = itemEffect.Category;
|
||||
tmpCategoryCooldown = itemEffect.CategoryCooldown;
|
||||
tmpCooldown = itemEffect.CoolDownMSec;
|
||||
tmpCategoryId = itemEffect.SpellCategoryID;
|
||||
tmpCategoryCooldown = itemEffect.CategoryCoolDownMSec;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user