10 lines
225 B
Plaintext
10 lines
225 B
Plaintext
|
LuaHandleValhallaEquipDisReq = {}
|
||
|
|
||
|
function LuaHandleValhallaEquipDisReq.HandlePacket(mem)
|
||
|
--require "LuaDistributesValhallaEquipDisReq"
|
||
|
--packet = LuaDistributesValhallaEquipDisReq.ExtraPacket(mem)
|
||
|
--print(packet)
|
||
|
end
|
||
|
|
||
|
|