mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 01:37:03 +00:00
[0006] Fix most of movement opcodes. Thx Strawberry & Trinity for MovementStatusElements idea.
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
parent
0e630a3639
commit
4409188546
14 changed files with 2540 additions and 176 deletions
|
|
@ -32,7 +32,7 @@ Corpse::Corpse(CorpseType type) : WorldObject()
|
|||
m_objectType |= TYPEMASK_CORPSE;
|
||||
m_objectTypeId = TYPEID_CORPSE;
|
||||
|
||||
m_updateFlag = UPDATEFLAG_POSITION;
|
||||
m_updateFlag = UPDATEFLAG_HAS_POSITION;
|
||||
|
||||
m_valuesCount = CORPSE_END;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue