add missing release note

This commit is contained in:
Jesse Plamondon-Willard 2017-08-05 23:46:29 -04:00
parent cf5a01bf41
commit 5396d11675
2 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,7 @@ namespace Omegasis.SaveAnywhere.Framework
} }
} }
// NPCs (including horse and pets)
foreach (NPC npc in Utility.getAllCharacters()) foreach (NPC npc in Utility.getAllCharacters())
{ {
// get NPC type // get NPC type

View File

@ -44,4 +44,5 @@ Press `K` to save anywhere. Edit `Save_Anywhere_Config.txt` to configure the key
* Fixed load warp only happening after you move. * Fixed load warp only happening after you move.
* Fixed load not working after you exit to title. * Fixed load not working after you exit to title.
* Fixed some old data being restored if you reload after a normal save. * Fixed some old data being restored if you reload after a normal save.
* Fixed player/NPC facing directions not being restored.
* Internal refactoring. * Internal refactoring.