fix: Fixes item child properties in the wrong order when overridden (#2196)
This commit is contained in:
parent
31dc9ffac4
commit
c47ecadace
1 changed files with 1 additions and 2 deletions
|
|
@ -792,6 +792,7 @@ public class Item : IHued, IComparable<Item>, ISpawnable, IObjectPropertyListEnt
|
|||
public virtual void GetProperties(IPropertyList list)
|
||||
{
|
||||
AddNameProperties(list);
|
||||
AppendChildNameProperties(list);
|
||||
}
|
||||
|
||||
[IgnoreDupe]
|
||||
|
|
@ -1943,8 +1944,6 @@ public class Item : IHued, IComparable<Item>, ISpawnable, IObjectPropertyListEnt
|
|||
{
|
||||
AddQuestItemProperty(list);
|
||||
}
|
||||
|
||||
AppendChildNameProperties(list);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue