diff options
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index ad54b65cd..6e7ed170c 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -604,6 +604,15 @@ OnInit: debugmes "* Iced Water re-id"; debugmes ""; } + // Current UPDATE value: Ter Mar 9 18:45:00 BRT 2021 + // Easter Upgrade + if ($UPDATE < 1615326300) { + $UPDATE=1615326300; + DelChrRegFromEveryPlayer("EASTER_EVENT"); + debugmes ""; + debugmes "* Easter changes"; + debugmes ""; + } // This mensures Contributors Credits, and changes only during updates. @@ -659,7 +668,7 @@ OnClock0500: if (gettime(GETTIME_DAYOFMONTH) >= 7) query_sql("DELETE FROM `chatlog` WHERE `time` < '"+sqldate(-7)+"'"); end; - + d // This is for HUB OnSkillInvoke: if (!playerattached()) |