mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Use same XML files as on Atys
This commit is contained in:
parent
e13cb790fe
commit
9bf34dd055
2 changed files with 2 additions and 4 deletions
|
@ -1512,8 +1512,6 @@
|
||||||
type="I5" />
|
type="I5" />
|
||||||
<leaf name="DESPAWN"
|
<leaf name="DESPAWN"
|
||||||
type="I7" />
|
type="I7" />
|
||||||
<leaf name="NAME"
|
|
||||||
type="I32" />
|
|
||||||
</branch>
|
</branch>
|
||||||
</branch>
|
</branch>
|
||||||
<branch name="DEBUG_INFO"
|
<branch name="DEBUG_INFO"
|
||||||
|
|
|
@ -355,11 +355,11 @@
|
||||||
<leaf name="EQUIP"
|
<leaf name="EQUIP"
|
||||||
sendto="EGS"
|
sendto="EGS"
|
||||||
format="u16 u16 u16"
|
format="u16 u16 u16"
|
||||||
description="the client equip character (equipped inventory, equipped inventory slot, bag slot)" />
|
description="the client equip character (equiped inventory, equiped inventory slot, bag slot)" />
|
||||||
<leaf name="UNEQUIP"
|
<leaf name="UNEQUIP"
|
||||||
sendto="EGS"
|
sendto="EGS"
|
||||||
format="u16 u16"
|
format="u16 u16"
|
||||||
description="the client unequip character (equipped inventory, equipped inventory slot)" />
|
description="the client unequip character (equiped inventory, equiped inventory slot)" />
|
||||||
<leaf name="TEMP_TO_BAG"
|
<leaf name="TEMP_TO_BAG"
|
||||||
sendto="EGS"
|
sendto="EGS"
|
||||||
format="u16"
|
format="u16"
|
||||||
|
|
Loading…
Reference in a new issue