Merge pull request #127 from cp89gamedev/bugfix/quest-helper-location-cast
object to object casting error
This commit is contained in:
@@ -660,7 +660,7 @@ public class QuestHelper(
|
||||
Template = item.Template,
|
||||
ParentId = item.ParentId,
|
||||
SlotId = item.SlotId,
|
||||
Location = (ItemLocation) item.Location,
|
||||
Location = item.Location,
|
||||
Upd = new Upd
|
||||
{
|
||||
StackObjectsCount = item.Upd.StackObjectsCount
|
||||
|
||||
Reference in New Issue
Block a user