index 797ecac9309..4aee4ceece3 100644 --- a/x_/x_sfscript.nss +++ b/x_/x_sfscript.nss @@ -614,6 +614,7 @@ int GetRemainingSpellSlots(object oCreature, int nClass, int nSpellLevel); void SetRemainingSpellSlots(object oCreature, int nClass, int nSpellLevel, int nSlots); 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 JournalUpdated(object oPlayer, string sMesssage, int bIsQuest=TRUE, int bIsCompleted=FALSE); void JournalRemoveQuest(object oPlayer, string sPlotId); -void AddEEPlayer(string sPlayerName); \ No newline at end of file +void AddEEPlayer(string sPlayerName); +array GetWorldTime(); \ No newline at end of file