mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 16:37:06 +00:00
[9721] Updated high guids. Renamed few files. Added some comments.
This commit is contained in:
parent
8f18a0d920
commit
dc1bb13c72
12 changed files with 63 additions and 55 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
Bag::Bag( ): Item()
|
||||
{
|
||||
m_objectType |= TYPEMASK_CONTAINER;
|
||||
m_objectType |= (TYPEMASK_ITEM | TYPEMASK_CONTAINER);
|
||||
m_objectTypeId = TYPEID_CONTAINER;
|
||||
|
||||
m_valuesCount = CONTAINER_END;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue