Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Add new icon Content_Raid #410

Draft
wants to merge 4 commits into
base: development
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public class MapMarkerProfile extends LocationProfile {
mmn_t.put("Content_Dungeon", "Dungeons");
mmn_t.put("Content_CorruptedDungeon", "Corrupted Dungeons");
mmn_t.put("Content_BossAltar", "Boss Altar");
mmn_t.put("Content_Raid", "Raid");
mmn_t.put("Merchant_Accessory", "Accessory Merchant");
mmn_t.put("Merchant_Armour", "Armour Merchant");
mmn_t.put("Merchant_Dungeon", "Dungeon Merchant");
Expand Down