summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 443e5b10b..bc5795be9 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1068,6 +1068,15 @@ function script clientupdater {
if (getq(TulimsharQuest_MobTutorial) >= 8)
Zeny+=2200;
}
+ // Balance update
+ // sáb 26 nov 2022 16:44:35 -03
+ if (UPDATE < 1669491875) {
+ UPDATE=1669491875;
+ if (TUT_VAR) {
+ .@dg = true;
+ do { mesc l("You must choose a trait now, or the opportunity will be forfeit."), 1; } while (!ChooseTrait());
+ }
+ }
// :// End of Regular Update System
////////////////////////////////////