Core/Spells: Implemented new SpellMisc field, MinDuration that controls minimum spell missile travel time

Port From (https://github.com/TrinityCore/TrinityCore/commit/a63d404e7bf2dce3b15ce5f66ac98fe71a41f51c)
This commit is contained in:
Hondacrx
2025-08-13 21:35:10 -04:00
parent dcfe78ba77
commit f6c56c3293
4 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -2493,7 +2493,7 @@ namespace Game.Entities
var existingSpellBounds = _GetSpellInfo(spellId);
if (existingSpellBounds == null)
{
Log.outError(LogFilter.Sql, $"Serverside spell {spellId} difficulty {difficulty} effext index {effect.EffectIndex} references a regular spell loaded from file. Adding serverside effects to existing spells is not allowed.");
Log.outError(LogFilter.Sql, $"Serverside spell {spellId} difficulty {difficulty} effect index {effect.EffectIndex} references a regular spell loaded from file. Adding serverside effects to existing spells is not allowed.");
continue;
}