diff --git a/Skyrim.esm b/Skyrim.esm index 22c1c6014..cf82576ae 100644 Binary files a/Skyrim.esm and b/Skyrim.esm differ diff --git a/scripts/_00e_mq07a_knockdoorspheresc.pex b/scripts/_00e_mq07a_knockdoorspheresc.pex index 6af612fca..eb5fd373a 100644 Binary files a/scripts/_00e_mq07a_knockdoorspheresc.pex and b/scripts/_00e_mq07a_knockdoorspheresc.pex differ diff --git a/source/scripts/_00e_mq07a_knockdoorspheresc.psc b/source/scripts/_00e_mq07a_knockdoorspheresc.psc index 2605a232a..84466679a 100644 --- a/source/scripts/_00e_mq07a_knockdoorspheresc.psc +++ b/source/scripts/_00e_mq07a_knockdoorspheresc.psc @@ -7,10 +7,10 @@ Scriptname _00E_MQ07a_KnockDoorSphereSC extends ObjectReference Event OnActivate(ObjectReference akActionRef) - If akActionRef == Game.GetPlayer() && MQ07a.GetCurrentStageID() == 120 + If akActionRef == Game.GetForm(0x14) && MQ07a.GetCurrentStageID() == 120 MQ07a.SetCurrentStageID(125) - ;(MQ07a as _00E_MQ07a_Functions).StartSC06() ; just for patch 1.5.7.0 as hotfix because the questfragment doesn't seem to do what it should do - Self.Delete() + DisableNoWait() + MQ07a.PortPlayerFailsave() EndIf EndEvent @@ -19,4 +19,4 @@ EndEvent ; PROPERTIES ;===================================================================================== -Quest Property MQ07a Auto \ No newline at end of file +_00E_MQ07a_Functions Property MQ07a Auto