fix(ascension): 메뉴 Asc 엔티티 guid 충돌 해소 (190→195~197)
CharacterSelectHud/OpaqueBackdrop이 menu:190 선점 — AscMinus 미표시 원인 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2112,7 +2112,7 @@ function upsertUi() {
|
||||
}));
|
||||
// 승천 선택 (P11): [-] 라벨 [+]
|
||||
menu.push(entity({
|
||||
id: guid('menu', 190),
|
||||
id: guid('menu', 195),
|
||||
path: '/ui/DefaultGroup/MainMenu/AscMinus',
|
||||
modelId: 'uibutton',
|
||||
entryId: 'UIButton',
|
||||
@@ -2126,7 +2126,7 @@ function upsertUi() {
|
||||
],
|
||||
}));
|
||||
menu.push(entity({
|
||||
id: guid('menu', 191),
|
||||
id: guid('menu', 196),
|
||||
path: '/ui/DefaultGroup/MainMenu/AscLabel',
|
||||
modelId: 'uitext',
|
||||
entryId: 'UIText',
|
||||
@@ -2139,7 +2139,7 @@ function upsertUi() {
|
||||
],
|
||||
}));
|
||||
menu.push(entity({
|
||||
id: guid('menu', 192),
|
||||
id: guid('menu', 197),
|
||||
path: '/ui/DefaultGroup/MainMenu/AscPlus',
|
||||
modelId: 'uibutton',
|
||||
entryId: 'UIButton',
|
||||
|
||||
Reference in New Issue
Block a user