aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Spell.h')
-rw-r--r--src/game/Spell.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/Spell.h b/src/game/Spell.h
index a18538879b4..b6853ce74cf 100644
--- a/src/game/Spell.h
+++ b/src/game/Spell.h
@@ -603,10 +603,7 @@ class Spell
void SpellDamageHeal(uint32 i);
void GetSummonPosition(float &x, float &y, float &z, float radius = 0.0f, uint32 count = 0);
- void SummonTotem (uint32 entry, SummonPropertiesEntry const *properties);
void SummonGuardian (uint32 entry, SummonPropertiesEntry const *properties);
- void SummonPossessed(uint32 entry, SummonPropertiesEntry const *properties);
- void SummonVehicle (uint32 entry, SummonPropertiesEntry const *properties);
SpellCastResult CanOpenLock(uint32 effIndex, uint32 lockid, SkillType& skillid, int32& reqSkillValue, int32& skillValue);
// -------------------------------------------