mission_start event: Don't send a counter_background_locations_reply here.

This commit is contained in:
Loïc Hoguin 2010-08-26 20:38:54 +02:00
parent fe280b93e3
commit 7495f49876

View File

@ -758,7 +758,6 @@ event(mission_abort) ->
%% @todo Forward the mission start to other players of the same party, whatever their location is. %% @todo Forward the mission start to other players of the same party, whatever their location is.
event({mission_start, QuestID}) -> event({mission_start, QuestID}) ->
log("mission start ~b", [QuestID]), log("mission start ~b", [QuestID]),
send_170c(),
send_1020(), send_1020(),
send_1015(QuestID), send_1015(QuestID),
send_0c02(); send_0c02();