mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 19:37:02 +00:00
Fixed SMSG_PET_SPELLS opcode.
This commit is contained in:
parent
216b947002
commit
930f3304de
4 changed files with 39 additions and 42 deletions
|
|
@ -233,7 +233,7 @@ Item::Item( )
|
|||
{
|
||||
m_objectType |= TYPEMASK_ITEM;
|
||||
m_objectTypeId = TYPEID_ITEM;
|
||||
// 3.1.2 - 0x10
|
||||
|
||||
m_updateFlag = UPDATEFLAG_HIGHGUID;
|
||||
|
||||
m_valuesCount = ITEM_END;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue