Misc fixes
This commit is contained in:
@@ -5121,7 +5121,7 @@ namespace Game.Maps
|
||||
public delegate void FarSpellCallback(Map map);
|
||||
Queue<FarSpellCallback> _farSpellCallbacks = new();
|
||||
|
||||
MultiPersonalPhaseTracker _multiPersonalPhaseTracker;
|
||||
MultiPersonalPhaseTracker _multiPersonalPhaseTracker = new();
|
||||
#endregion
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user