mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Add master sword to ItemIDtoRandomizerGetMap to prevent assert crash in Return_Item after custom GIE was removed for MS. (#4584)
This commit is contained in:
parent
7662fa4c3c
commit
31120b7188
1 changed files with 1 additions and 0 deletions
|
@ -874,6 +874,7 @@ std::unordered_map<ItemID, RandomizerGet> ItemIDtoRandomizerGetMap {
|
|||
{ ITEM_KOKIRI_EMERALD, RG_KOKIRI_EMERALD },
|
||||
{ ITEM_GORON_RUBY, RG_GORON_RUBY },
|
||||
{ ITEM_ZORA_SAPPHIRE, RG_ZORA_SAPPHIRE },
|
||||
{ ITEM_SWORD_MASTER, RG_MASTER_SWORD },
|
||||
};
|
||||
|
||||
extern "C" RandomizerGet RetrieveRandomizerGetFromItemID(ItemID itemID) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue