From bc97908822c4afa23740ce70151c2486c340e2c2 Mon Sep 17 00:00:00 2001 From: Kinzcool Date: Mon, 6 Oct 2014 18:37:38 -0400 Subject: Core/Defines: Updated some enums to build 6.0.2.18988 * Fixed build --- src/server/game/Spells/SpellEffects.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/game/Spells/SpellEffects.cpp') diff --git a/src/server/game/Spells/SpellEffects.cpp b/src/server/game/Spells/SpellEffects.cpp index b68b6dfbc04..9724765007a 100644 --- a/src/server/game/Spells/SpellEffects.cpp +++ b/src/server/game/Spells/SpellEffects.cpp @@ -4851,7 +4851,7 @@ void Spell::EffectTransmitted(SpellEffIndex effIndex) Map* cMap = m_caster->GetMap(); // if gameobject is summoning object, it should be spawned right on caster's position - if (goinfo->type == GAMEOBJECT_TYPE_SUMMONING_RITUAL) + if (goinfo->type == GAMEOBJECT_TYPE_RITUAL) m_caster->GetPosition(fx, fy, fz); GameObject* pGameObj = new GameObject; @@ -4889,7 +4889,7 @@ void Spell::EffectTransmitted(SpellEffIndex effIndex) duration = duration - lastSec*IN_MILLISECONDS + FISHING_BOBBER_READY_TIME*IN_MILLISECONDS; break; } - case GAMEOBJECT_TYPE_SUMMONING_RITUAL: + case GAMEOBJECT_TYPE_RITUAL: { if (m_caster->GetTypeId() == TYPEID_PLAYER) { -- cgit v1.2.3