index c9e7adb4322..5188c5a25f4 100644 --- a/x_/x_sfscript.nss +++ b/x_/x_sfscript.nss @@ -615,6 +615,8 @@ void SetRemainingSpellSlots(object oCreature, int nClass, int nSpellLevel, int n int GetSpellGainWithBonus(object oCreature, int nClass, int nSpellLevel); void JournalAddQuest(object oPlayer, string sPlotId, string sTitle, string sText, int nState, int nPriority, int bCompleted, int nCalendarDay, int nTimeOfDay); void NotifyJournalUpdated(object oPlayer, string sMesssage, int bIsQuest=TRUE, int bIsCompleted=FALSE); void JournalRemoveQuest(object oPlayer, string sPlotId); void AddEEPlayer(string sPlayerName); -array GetWorldTime(); \ No newline at end of file +array GetWorldTime(); +int GetClericDomain(object oCreature, int nIndex); +void SetClericDomain(object oCreature, int nIndex, int nValue); \ No newline at end of file