mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 07:00:29 +00:00
WIP spell casting for laurion
This commit is contained in:
@@ -35,6 +35,9 @@ E(OP_ExpUpdate)
|
||||
E(OP_SendAATable)
|
||||
E(OP_ItemPacket)
|
||||
E(OP_ShopRequest)
|
||||
E(OP_BeginCast)
|
||||
E(OP_BuffCreate)
|
||||
E(OP_Buff)
|
||||
//list of packets we need to decode on the way in:
|
||||
D(OP_EnterWorld)
|
||||
D(OP_ZoneEntry)
|
||||
@@ -49,6 +52,7 @@ D(OP_ClickDoor)
|
||||
D(OP_SpawnAppearance)
|
||||
D(OP_MoveItem)
|
||||
D(OP_ShopRequest)
|
||||
D(OP_CastSpell)
|
||||
|
||||
#undef E
|
||||
#undef D
|
||||
|
||||
Reference in New Issue
Block a user