Core/Misc: Misc cleanups and changing of fields
This commit is contained in:
@@ -195,7 +195,7 @@ namespace Game.BattlePets
|
||||
{
|
||||
PreparedStatement stmt;
|
||||
|
||||
foreach (var pair in _pets.ToList())
|
||||
foreach (var pair in _pets)
|
||||
{
|
||||
switch (pair.Value.SaveInfo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user