summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/003-3/malindou.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index d5ebffd8e..78f57c2c7 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -463,6 +463,16 @@ OnInit:
debugmes "* Political System Base";
debugmes "";
}
+ // Current UPDATE value: Sex Jan 17 14:42:37 BRT 2020
+ // Remove Junk
+ if ($UPDATE < 1579282957) {
+ DelItemFromEveryPlayer(748);
+ DelItemFromEveryPlayer(1166);
+ $UPDATE=1579282957;
+ debugmes "";
+ debugmes "* Blanket fix";
+ debugmes "";
+ }