From 7495f49876b8770303ca3793c38a734a2275a3e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 26 Aug 2010 20:38:54 +0200 Subject: [PATCH] mission_start event: Don't send a counter_background_locations_reply here. --- src/psu/psu_game.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/psu/psu_game.erl b/src/psu/psu_game.erl index bdd6007..ab3a396 100644 --- a/src/psu/psu_game.erl +++ b/src/psu/psu_game.erl @@ -758,7 +758,6 @@ event(mission_abort) -> %% @todo Forward the mission start to other players of the same party, whatever their location is. event({mission_start, QuestID}) -> log("mission start ~b", [QuestID]), - send_170c(), send_1020(), send_1015(QuestID), send_0c02();