mission_start event: Don't send a counter_background_locations_reply here.
This commit is contained in:
parent
fe280b93e3
commit
7495f49876
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user