Fixed quest details packet

This commit is contained in:
tomrus88 2009-02-28 17:27:22 +03:00
parent f65a29d1bf
commit 4155a63696
2 changed files with 2 additions and 2 deletions

View file

@ -3141,7 +3141,6 @@ void Spell::SendLogExecute()
data << uint32(0);
break;
case SPELL_EFFECT_OPEN_LOCK:
case SPELL_EFFECT_OPEN_LOCK_ITEM:
if(Item *item = m_targets.getItemTarget())
data.append(item->GetPackGUID());
else