aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Spells
diff options
context:
space:
mode:
authorSpp- <spp@jorge.gr>2011-08-30 13:46:36 +0200
committerSpp- <spp@jorge.gr>2011-08-30 13:46:36 +0200
commitaa85553bfd540084802d118ff6ef2062a88ed452 (patch)
tree6f3dc82f53ccafafe7468ef6694751bf7d0b4cc8 /src/server/scripts/Spells
parentfcf58e706280f0b0029908d9dce2e9c744227830 (diff)
Core: Crash fix (TemporarySummon), remove some warnings and some other minor changes
- "const uint64" and "uint64 const" --> uint64 - Add some info in LFGDungeonEntry - Move some definitions from ".h" files and move to ".cpp"
Diffstat (limited to 'src/server/scripts/Spells')
-rw-r--r--src/server/scripts/Spells/spell_item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_item.cpp b/src/server/scripts/Spells/spell_item.cpp
index e2f37912931..5300849d0ec 100644
--- a/src/server/scripts/Spells/spell_item.cpp
+++ b/src/server/scripts/Spells/spell_item.cpp
@@ -1088,7 +1088,7 @@ class spell_magic_eater_food : public SpellScriptLoader
{
PrepareAuraScript(spell_magic_eater_food_AuraScript);
- void HandleTriggerSpell(AuraEffect const* aurEff)
+ void HandleTriggerSpell(AuraEffect const* /*aurEff*/)
{
PreventDefaultAction();
Unit* target = GetTarget();