*Do not use GO guid as original caster guid. (not supported for now)

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-25 21:18:02 -05:00
parent 54126d3ce5
commit 320ac7f91e

View File

@@ -398,7 +398,9 @@ void GameObject::Update(uint32 /*p_time*/)
for (; it != end; it++)
{
Unit* owner = Unit::GetUnit(*this, uint64(*it));
if (owner) owner->CastSpell(owner, spellId, false, 0, 0, GetGUID());
// For now we do not support go cast
//if (owner) owner->CastSpell(owner, spellId, false, 0, 0, GetGUID());
if (owner) owner->CastSpell(owner, spellId, false);
}
m_unique_users.clear();