Exemple #1
0
def goto_quest_client(data):
    quest = Utilities._get_quest_by_id(data.get('unique_id'))
    current_map = quest.get_current_map().to_JSON()
    print current_map
    socketio.emit('goto-quest', {'quest': current_map})