Some fixes from the ports.

This commit is contained in:
hondacrx
2021-09-26 16:14:57 -04:00
parent a43f839669
commit 35710258b9
7 changed files with 56 additions and 40 deletions
+1 -1
View File
@@ -2462,7 +2462,7 @@ namespace Game.Entities
Log.outError(LogFilter.Sql, $"Serverside spell {spellId} difficulty {difficulty} has invalid max radius id {effect.EffectRadiusIndex[1]} at index {effect.EffectIndex}, set to 0");
}
spellEffects[(spellId, difficulty)].Add(effect);
spellEffects.Add((spellId, difficulty), effect);
} while (effectsResult.NextRow());
}