diff --git a/_module/ncs/oncliententer.ncs b/_module/ncs/oncliententer.ncs index 22394310..cbb0977d 100644 Binary files a/_module/ncs/oncliententer.ncs and b/_module/ncs/oncliententer.ncs differ diff --git a/_module/nss/oncliententer.nss b/_module/nss/oncliententer.nss index 56ee825a..a31ebee4 100644 --- a/_module/nss/oncliententer.nss +++ b/_module/nss/oncliententer.nss @@ -53,6 +53,8 @@ void SetTlkOverrideForMaximumLevel(object oPC) void main() { ExecuteScript("prc_onenter", OBJECT_SELF); + ExecuteScript("sd_soc_install", OBJECT_SELF); + //Declare Major Variables.. object oPC; oPC = GetEnteringObject(); diff --git a/_release/Path of Ascension [PRC8-CEP3].7z b/_release/Path of Ascension [PRC8-CEP3].7z index 80c809de..25f6f708 100644 Binary files a/_release/Path of Ascension [PRC8-CEP3].7z and b/_release/Path of Ascension [PRC8-CEP3].7z differ