Lost City Required for Dragon Longsword / Dagger (#441)

- Lost City completion is required to equip dragon longsword and dragon dagger
This commit is contained in:
JohnsonMichaels123
2020-12-15 05:00:33 -08:00
committed by GitHub
parent 06ae65534c
commit 93b811bcaa
@@ -1405,8 +1405,8 @@ public class ItemAssistant {
case 5680:
case 5698:
case 1305:
if (player.spiritTree == false && player.playerRights != 3) {
player.getPacketSender().sendMessage("You need to beat the tree spirit to wield this weapon.");
if (player.lostCity != 3 && player.playerRights != 3) {
player.getPacketSender().sendMessage("You must have completed the Lost City quest to equip this weapon.");
canWearItem = false;
}
}