diff options
| author | Spp <spp@jorge.gr> | 2012-10-16 09:35:15 +0200 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2012-10-16 09:35:15 +0200 |
| commit | 14dab1f893e49df4f3d06fd083816101bf3b32f6 (patch) | |
| tree | 1302e408cc177608314fbb6bf566c3d802e06309 /src/server/game/Spells/SpellInfo.cpp | |
| parent | 7cc1b999a6f69056e88ffce04d2f26de292a6e11 (diff) | |
Fix compile without pch
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 3dc095a8611..f99321a0396 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -317,7 +317,7 @@ SpellImplicitTargetInfo::StaticData SpellImplicitTargetInfo::_data[TOTAL_SPELL_ {TARGET_OBJECT_TYPE_DEST, TARGET_REFERENCE_TYPE_NONE, TARGET_SELECT_CATEGORY_NYI, TARGET_CHECK_DEFAULT, TARGET_DIR_NONE}, // 110 TARGET_DEST_UNK_110 }; -SpellEffectInfo::SpellEffectInfo(SpellEntry const* spellEntry, SpellInfo const* spellInfo, uint8 effIndex, SpellEffectEntry const* _effect) +SpellEffectInfo::SpellEffectInfo(SpellEntry const* /*spellEntry*/, SpellInfo const* spellInfo, uint8 effIndex, SpellEffectEntry const* _effect) { SpellScalingEntry const* scaling = spellInfo->GetSpellScaling(); |
