Fix Item::SetBinding not save item bug

This commit is contained in:
ryancheung
2016-11-27 14:29:18 +08:00
committed by Rochet2
parent 5638cc53f8
commit 98397c65f2

View File

@@ -648,6 +648,8 @@ namespace LuaItem
bool soulbound = Eluna::CHECKVAL<bool>(L, 2);
item->SetBinding(soulbound);
item->SetState(ITEM_CHANGED, item->GetOwner());
return 0;
}