chore(build): update common

This commit is contained in:
fallenoak 2025-12-23 22:58:20 -06:00
parent 6732199eab
commit 1eb0a4ffbb
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D
2 changed files with 2 additions and 4 deletions

@ -1 +1 @@
Subproject commit 4393798b9b783dca7d670b583bb2c02463797f0d
Subproject commit c326701bd8dc2682f0abd1aed40ce6b987b816ec

View File

@ -83,9 +83,7 @@ int32_t Script_CreateFrame(lua_State* L) {
}
// Build an XMLNode simulating the arguments to CreateFrame()
XMLNode frameNode;
frameNode.Init(nullptr, v21);
XMLNode frameNode(nullptr, v21);
if (v3) {
frameNode.SetAttribute("name", v3);