psu_game: Delete send_1332 and its binary packet, now unused.
This commit is contained in:
parent
58cfb8a61e
commit
979e99f6a5
BIN
p/packet1332.bin
BIN
p/packet1332.bin
Binary file not shown.
@ -295,8 +295,3 @@ send_1004(Type, User, PartyPos) ->
|
||||
send_1309() ->
|
||||
{ok, << _Size:32, Packet/bits >>} = file:read_file("p/packet1309.bin"),
|
||||
send(Packet).
|
||||
|
||||
%% @todo Figure out this room packet.
|
||||
send_1332() ->
|
||||
{ok, << _Size:32, Packet/bits >>} = file:read_file("p/packet1332.bin"),
|
||||
send(Packet).
|
||||
|
Loading…
Reference in New Issue
Block a user