Core/Refactor: Part 5

This commit is contained in:
hondacrx
2018-07-05 10:57:42 -04:00
parent badf6c2714
commit 7255455b22
24 changed files with 109 additions and 85 deletions
@@ -802,7 +802,7 @@ namespace Game.BattleGrounds.Zones
break;
default:
return;
};
}
}
void CaptureGraveyard(int i, Player Source)
@@ -900,7 +900,7 @@ namespace Game.BattleGrounds.Zones
default:
//ABORT();
break;
};
}
}
void TitanRelicActivated(Player clicker)