fix: wrong global offering account
Build / build (push) Successful in 3m34s

This commit is contained in:
2026-04-13 19:00:50 -03:00
parent 9637931164
commit b8ae9ba743
+1 -1
View File
@@ -421,7 +421,7 @@ void Spoofer::modifyCharacterData(json& js)
appendItems(_slasherPerkIds, true);
}
appendItems(_globalOfferingIds, true);
appendItems(_globalOfferingIds, false);
}
}