Core/Spells: Port refactors from 1826437c09

(cherry picked from commit 1826437c09)
This commit is contained in:
ariel-
2018-02-14 01:15:00 -03:00
committed by Shauren
parent 168be492f5
commit 5b42c0b270

View File

@@ -357,7 +357,7 @@ struct SpellThreatEntry
float apPctMod; // Pct of AP that is added as Threat - default: 0.0f
};
typedef std::map<uint32, SpellThreatEntry> SpellThreatMap;
typedef std::unordered_map<uint32, SpellThreatEntry> SpellThreatMap;
// coordinates for spells (accessed using SpellMgr functions)
struct SpellTargetPosition