summaryrefslogtreecommitdiff
path: root/npc/003-3/malindou.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r--npc/003-3/malindou.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index bd648148c..4b3f408ca 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -318,6 +318,20 @@ OnInit:
debugmes "* Return Crystals removed";
debugmes "";
}
+ // Current UPDATE value: Seg mai 06 08:54:55 -03 2019
+ // Remove Legendary Weapons
+ if ($UPDATE < 1557143695) {
+ DelItemFromEveryPlayer(Lightbringer);
+ //DelItemFromEveryPlayer(DemureAxe); // Demure's Exception!
+ DelItemFromEveryPlayer(Tyranny);
+ DelItemFromEveryPlayer(Runestaff);
+ DelItemFromEveryPlayer(AegisShield);
+
+ $UPDATE=1557143695;
+ debugmes "";
+ debugmes "* Legendary Weapons removed";
+ debugmes "";
+ }