diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 32a19b0bc..26349ee39 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -69,6 +69,13 @@ function script checkclientversion { dispbottom l("Your experience level has been updated."); } + // Gallery Contest and 2019-12-29 no-drop incident + // ter jan 8 03:52:20 -02 2019 + if (UPDATE < 1546926740) { + UPDATE=1546926740; + skill TMW2_FAKESKILL, 1, 0; + skill TMW2_FAKESKILL2, 1, 0; + } |