psu_game: Small fix to 0402 command handling based on research.

This commit is contained in:
Loïc Hoguin 2010-09-02 17:16:15 +02:00
parent 07299c69c9
commit 63b3b0a7b9

View File

@ -1004,7 +1004,7 @@ event({unicube_select, Selection, EntryID}) ->
%% @todo Handle this packet properly.
%% @todo Spawn cleared response event shouldn't be handled following this packet but when we see the spawn actually dead HP-wise.
handle(16#0402, Data) ->
<< SpawnID:32/little-unsigned-integer, _:64, Type:32/little-unsigned-integer, _:64 >> = Data,
<< SpawnID:32/little-unsigned-integer, _:64, Type:16/little-unsigned-integer, _:80 >> = Data,
case Type of
7 -> % spawn cleared @todo 1201 sent back with same values apparently, but not always
log("cleared spawn ~b", [SpawnID]),