[Cleanup] Set GetAugmentType() to int again (#3335)

# Notes
- Augment type can be `-1` for all augment types.
This commit is contained in:
Alex King
2023-05-07 21:40:45 -04:00
committed by GitHub
parent ce1de9997b
commit 5ba33b88bd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ bool Lua_ItemInst::IsAugmentable() {
return self->IsAugmentable();
}
uint32 Lua_ItemInst::GetAugmentType() {
int Lua_ItemInst::GetAugmentType() {
Lua_Safe_Call_Int();
return self->GetAugmentType();
}