1
This commit is contained in:
parent
8e405e0818
commit
acf3e76498
@ -268,6 +268,7 @@ class Human : public Creature
|
|||||||
void SendNewBieEnd();
|
void SendNewBieEnd();
|
||||||
void LootInteraction(Loot* entity);
|
void LootInteraction(Loot* entity);
|
||||||
void ObstacleInteraction(Obstacle* entity);
|
void ObstacleInteraction(Obstacle* entity);
|
||||||
|
void SendMobaTeamNotify();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void ProcLootWeapon(AddItemDTO& dto);
|
void ProcLootWeapon(AddItemDTO& dto);
|
||||||
|
@ -1964,6 +1964,11 @@ void Human::NotifyTeamMarkTargetPos()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Human::SendMobaTeamNotify()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
void GGListener::SendError(int sockhandle, unsigned int seqid,
|
void GGListener::SendError(int sockhandle, unsigned int seqid,
|
||||||
int error_code, const std::string& error_msg,
|
int error_code, const std::string& error_msg,
|
||||||
const char* file, int lineno, int error_param)
|
const char* file, int lineno, int error_param)
|
||||||
|
@ -395,6 +395,7 @@ void Room::AddPlayer(Player* hum, std::shared_ptr<BornPoint> init_born_point, bo
|
|||||||
team_hash_.erase(t->GetTeamId());
|
team_hash_.erase(t->GetTeamId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
hum->SendMobaTeamNotify();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user