mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Fixed: #923 Loot does not appear in loot window
This commit is contained in:
parent
b892522587
commit
0a24bd647d
1 changed files with 5 additions and 5 deletions
|
@ -1596,7 +1596,7 @@ void CUserEntity::moveToAction(CEntityCL *ent)
|
|||
IM->runActionHandler("mission_ring", 0, param);
|
||||
}
|
||||
break;
|
||||
// Create Guild
|
||||
// Create Guild
|
||||
case CUserEntity::CreateGuild:
|
||||
IM->runActionHandler("context_create_guild", 0);
|
||||
break;
|
||||
|
@ -1641,16 +1641,16 @@ void CUserEntity::moveToAction(CEntityCL *ent)
|
|||
case CUserEntity::Outpost:
|
||||
IM->executeLuaScript("game:outpostBCOpenStateWindow()", 0);
|
||||
break;
|
||||
|
||||
|
||||
// BuildTotem
|
||||
case CUserEntity::BuildTotem:
|
||||
buildTotem();
|
||||
break;
|
||||
// Move To Done.
|
||||
default:
|
||||
resetAnyMoveTo();
|
||||
break;
|
||||
}
|
||||
|
||||
// Move To Done.
|
||||
resetAnyMoveTo();
|
||||
}// moveToAction //
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue