diff options
author | QAston <none@none> | 2010-01-18 20:15:23 +0100 |
---|---|---|
committer | QAston <none@none> | 2010-01-18 20:15:23 +0100 |
commit | f03a2a60e7c40a5ac1bac2ddb576b3c4d0ed9027 (patch) | |
tree | dcb8cf1ea841c5374a563c4920c4bff81245d3a8 /src/game/Unit.cpp | |
parent | 17d407f347ff67736a79612c81fced98cb4fc114 (diff) |
*Use std::map instead of UNORDERED_MAP for storing aura applications of an aura.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index e52faf0e875..232438ebf40 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -3755,6 +3755,7 @@ void Unit::_UnapplyAura(AuraApplication * aurApp, AuraRemoveMode removeMode) else ++iter; } + assert(false); } void Unit::_RemoveNoStackAuraApplicationsDueToAura(Aura * aura) |