Fixed SMSG_PET_SPELLS opcode.

This commit is contained in:
tomrus88 2009-05-08 15:30:39 +04:00
parent 216b947002
commit 930f3304de
4 changed files with 39 additions and 42 deletions

View file

@ -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;