psu_game: Delete send_1332 and its binary packet, now unused.

This commit is contained in:
Loïc Hoguin 2011-02-26 23:20:26 +01:00
parent 58cfb8a61e
commit 979e99f6a5
2 changed files with 0 additions and 5 deletions

Binary file not shown.

View File

@ -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).