diff options
| author | Kinzcool <kinzzcool@hotmail.com> | 2014-10-06 18:37:38 -0400 |
|---|---|---|
| committer | Kinzcool <kinzzcool@hotmail.com> | 2014-10-06 18:37:38 -0400 |
| commit | bc97908822c4afa23740ce70151c2486c340e2c2 (patch) | |
| tree | 73b9c6e54a7755a7bd779e768dc486ce070bfd05 /src/server/game/Spells/SpellEffects.cpp | |
| parent | 9d798428f005d7aaa542db18792a49079c8561f0 (diff) | |
Core/Defines: Updated some enums to build 6.0.2.18988
* Fixed build
Diffstat (limited to 'src/server/game/Spells/SpellEffects.cpp')
| -rw-r--r-- | src/server/game/Spells/SpellEffects.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |
