mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
Fixed quest details packet
This commit is contained in:
parent
f65a29d1bf
commit
4155a63696
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue