diff options
| author | Shauren <shauren.trinity@gmail.com> | 2015-10-25 10:59:58 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2015-10-25 10:59:58 +0100 |
| commit | 5e0cee85ddd67188365ead3f18206df088e1f0c7 (patch) | |
| tree | f3981a726305a9c4382c19a6c0820c94e73f7e84 /src/server/game/Spells/SpellInfo.cpp | |
| parent | 52d5de1a7f980193d0d2598f86596cca2dad0de4 (diff) | |
Core/Conditions: Type renaming
Diffstat (limited to 'src/server/game/Spells/SpellInfo.cpp')
| -rw-r--r-- | src/server/game/Spells/SpellInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index 50921c28a61..309b737399e 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -3285,7 +3285,7 @@ void SpellInfo::_UnloadImplicitTargetConditionLists() { if (SpellEffectInfo const* effect = GetEffect(d, i)) { - ConditionList* cur = effect->ImplicitTargetConditions; + ConditionContainer* cur = effect->ImplicitTargetConditions; if (!cur) continue; for (uint8 j = i; j < _effects.size(); ++j) |
