mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 07:00:29 +00:00
-Basic move item support.
-Update some Laurion limits to better support new item slots. -Camping on Laurion will now work like it does on live. -Fixed a few of the Laurion exp messages (this will need some work). Packet calc is still all fked up.
This commit is contained in:
@@ -30,6 +30,7 @@ E(OP_HPUpdate)
|
||||
E(OP_Damage)
|
||||
E(OP_Animation)
|
||||
E(OP_Death)
|
||||
E(OP_MoveItem)
|
||||
//list of packets we need to decode on the way in:
|
||||
D(OP_EnterWorld)
|
||||
D(OP_ZoneEntry)
|
||||
@@ -42,6 +43,7 @@ D(OP_Consider)
|
||||
D(OP_ConsiderCorpse)
|
||||
D(OP_ClickDoor)
|
||||
D(OP_SpawnAppearance)
|
||||
D(OP_MoveItem)
|
||||
|
||||
#undef E
|
||||
#undef D
|
||||
|
||||
Reference in New Issue
Block a user