Skip to content

Commit

Permalink
Disable automatic inherit of settings
Browse files Browse the repository at this point in the history
As conflicts with just standard debug cycles or use of the Strategy Manager in TFT
  • Loading branch information
SMUnlimited committed Oct 13, 2024
1 parent 9a4dde7 commit 4453454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- (Classic) Fix healer mana costs which instead used reforged costs (jzy-chitong56)
- (DevTools) Added echo off to install scripts to reduce console spam.
- (DevTools) Making legacy editions now copies over correct blizzard.j when performing a manual install.
- (DevTools) Disabled automatic copy of Reforged to TFT settings as it makes it difficult to modify settings for debugging. Call TFT/Inherit.bat directly when required instead.

## [3.3.5a] - 2024-06-07

Expand Down
2 changes: 1 addition & 1 deletion MakeTFT.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ECHO OFF
call TFT/Inherit.bat
@REM call TFT/Inherit.bat Manually call this when need to refresh TFT state.
call MakeVERBase.bat 0 TFT
call ForwardsCompat.bat TFT

0 comments on commit 4453454

Please sign in to comment.