diff --git a/Scripts/ArtifactTrackerPlayer.pex b/Scripts/ArtifactTrackerPlayer.pex index 82be0f1..7f904dd 100644 Binary files a/Scripts/ArtifactTrackerPlayer.pex and b/Scripts/ArtifactTrackerPlayer.pex differ diff --git a/Scripts/PlayerBookShelfContainerScript.pex b/Scripts/PlayerBookShelfContainerScript.pex index 592e870..e05cf88 100644 Binary files a/Scripts/PlayerBookShelfContainerScript.pex and b/Scripts/PlayerBookShelfContainerScript.pex differ diff --git a/Source/Scripts/ArtifactTrackerPlayer.psc b/Source/Scripts/ArtifactTrackerPlayer.psc index 744f076..8acf671 100644 --- a/Source/Scripts/ArtifactTrackerPlayer.psc +++ b/Source/Scripts/ArtifactTrackerPlayer.psc @@ -95,9 +95,8 @@ Event OnUpdate() EndEvent -event OnHomeInventoryUpdate() +event OnHomeInventoryUpdate(string eventName, string strArg, float numArg, Form sender) if bAtHome - Debug.Notification("Triggered AT_HomeInventoryUpdate") SyncCellStorage() endif endevent