summaryrefslogtreecommitdiff
path: root/npc/003-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-3')
-rw-r--r--npc/003-3/malindou.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 347cb8c87..9101349c3 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -213,9 +213,20 @@ OnInit:
// Maybe we should make Tolchi Arrow greater than Training Arrow?
+ // PlatinumQuiver - DragonStar - MichelSoul
+ // Terranite Quiver was broken in two, they'll keep the weaker version
+ ReplaceItemFromEveryPlayer(1174, 9991);
+ ReplaceItemFromEveryPlayer(1175, 9992);
+ ReplaceItemFromEveryPlayer(1176, 9993);
+
+ ReplaceItemFromEveryPlayer(9991, 1175);
+ ReplaceItemFromEveryPlayer(9992, 1176);
+ ReplaceItemFromEveryPlayer(9993, 1177);
+
$UPDATE=1546953244;
debugmes "";
debugmes "* Update Arrows IDs";
+ debugmes "* Update Quiver IDs";
debugmes "";
}