diff --git a/ItemMethods.h b/ItemMethods.h index 1ee7017..a9af6be 100644 --- a/ItemMethods.h +++ b/ItemMethods.h @@ -648,6 +648,8 @@ namespace LuaItem bool soulbound = Eluna::CHECKVAL(L, 2); item->SetBinding(soulbound); + item->SetState(ITEM_CHANGED, item->GetOwner()); + return 0; }