diff --git a/p/packet1332.bin b/p/packet1332.bin deleted file mode 100644 index 3625cdb..0000000 Binary files a/p/packet1332.bin and /dev/null differ diff --git a/src/psu/psu_game.erl b/src/psu/psu_game.erl index 4220575..efa27b9 100644 --- a/src/psu/psu_game.erl +++ b/src/psu/psu_game.erl @@ -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).