diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 40fc5c56b..0492279bc 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -972,6 +972,12 @@ function script clientupdater { strcharinfo(0), academicrank())); } } + // Change some quest inner workings + // qua set 22 12:30:40 BRT 2021 + if (UPDATE < 1632324640) { + UPDATE=1632324640; + setq1 HalinarzoQuest_Alvasus, getq(HalinarzoQuest_Alvasus)+1; + } // :// End of Regular Update System //////////////////////////////////// |