mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[11973] Various Cleanups
Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
parent
c243c42c3c
commit
f3f3349661
50 changed files with 153 additions and 134 deletions
|
|
@ -1325,9 +1325,9 @@ bool DungeonMap::Add(Player *player)
|
|||
|
||||
if (groupBind)
|
||||
sLog.outError("DungeonMap::Add: the group (Id: %d) is bound to instance %d,%d,%d,%d,%d,%d",
|
||||
pGroup->GetId(),
|
||||
groupBind->state->GetMapId(), groupBind->state->GetInstanceId(), groupBind->state->GetDifficulty(),
|
||||
groupBind->state->GetPlayerCount(), groupBind->state->GetGroupCount(), groupBind->state->CanReset());
|
||||
pGroup->GetId(),
|
||||
groupBind->state->GetMapId(), groupBind->state->GetInstanceId(), groupBind->state->GetDifficulty(),
|
||||
groupBind->state->GetPlayerCount(), groupBind->state->GetGroupCount(), groupBind->state->CanReset());
|
||||
|
||||
// no reason crash if we can fix state
|
||||
player->UnbindInstance(GetId(), GetDifficulty());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue