diff --git a/CombatMusicControl update.esp b/CombatMusicControl update.esp deleted file mode 100644 index 79012708..00000000 Binary files a/CombatMusicControl update.esp and /dev/null differ diff --git a/Enderal - Forgotten Stories.esm b/Enderal - Forgotten Stories.esm index 843b2815..3026eae5 100644 Binary files a/Enderal - Forgotten Stories.esm and b/Enderal - Forgotten Stories.esm differ diff --git a/Skyrim.esm b/Skyrim.esm index 084476ed..4ce8d010 100644 Binary files a/Skyrim.esm and b/Skyrim.esm differ diff --git a/scripts/_00e_game_oorbayaspawnsc.pex b/scripts/_00e_game_oorbayaspawnsc.pex index eb79caf3..46c774f1 100644 Binary files a/scripts/_00e_game_oorbayaspawnsc.pex and b/scripts/_00e_game_oorbayaspawnsc.pex differ diff --git a/source/scripts/_00e_game_oorbayaspawnsc.psc b/source/scripts/_00e_game_oorbayaspawnsc.psc index feb057da..d529baba 100644 --- a/source/scripts/_00e_game_oorbayaspawnsc.psc +++ b/source/scripts/_00e_game_oorbayaspawnsc.psc @@ -39,8 +39,6 @@ Function InitializeOorbaya(Actor akParent, Actor akKiller) Debug.SendAnimationEvent(akOorbaya, "returnToDefault") akOorbaya.SetAlpha(0.0) - (akOorbaya as _00E_CombatSoundtrackScript)._00E_Music_Combat_Regular = (akParent as _00E_CombatSoundtrackScript)._00E_Music_Combat_Regular - ObjectReference objParent = akParent as ObjectReference (akOorbaya as _00E_OorbayaDeathScript).__Config_RewardExp = ((objParent as _00E_EPOnDeath).RewardExp) / 2