Zidras / DBM-Warmane

DBM for Warmane (Icecrown, Lordaeron, Frostmourne, Onyxia)
https://discord.gg/CyVWDWS
152 stars 71 forks source link

Add Mana Tombs alternative Map File Name #216

Closed ForestJ316 closed 1 month ago

ForestJ316 commented 1 month ago

The [MPQ Patch] Classic/BC Dungeon Maps for WotLK map patch returns ManaTombs as the mapFileName from GetMapInfo() function. I don't know if there are other patches that make it as Mana-Tombs, so I just added an additional entry with the alternative name. Otherwise this throws an error: https://github.com/Zidras/DBM-Warmane/blob/60a9631f452a9a4e41d84b5104e14239940b3163/DBM-Core/DBM-Core.lua#L6556-L6563

Here is what GetMapInfo() prints when standing inside Mana-Tombs with this specific patch: examplereturn

Zidras commented 1 month ago

@Trimitor could you check this when you have the chance?

Trimitor commented 1 month ago

@Trimitor could you check this when you have the chance?

I checked our pm in Discord. This bug appeared in 05/23/2022, the correct folder name is ManaTombs, so I think it's okay to remove the old name.

Zidras commented 1 month ago

Thank you both!