diff options
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 78f57c2c7..e70ba5db0 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -473,7 +473,15 @@ OnInit: debugmes "* Blanket fix"; debugmes ""; } - + // Current UPDATE value: Dom Fev 16 14:54:30 BRT 2020 + // Language over simplification + if ($UPDATE < 1581875670) { + $UPDATE=1581875670; + query_sql("DELETE FROM `char_reg_num_db` WHERE `key`='INN_REGISTER'"); + debugmes ""; + debugmes "* Variable cleanup"; + debugmes ""; + } // This mensures Contributors Credits, and changes only during updates. |