You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
Spirit item position is swapped with the flag item, when you wear a spirit item, it appears on the flag slot and if the character is wearing a flag, it shows an error on the web called "500 SERVER ERROR ".
The text was updated successfully, but these errors were encountered:
SELECT IFA.*,RO.CodeName128,RO.TypeID1,RO.TypeID2,RO.TypeID3,RO.TypeID4FROMdbo._InventoryForAvatar IFA INNER JOINdbo._Items IT ONIT.ID64=IFA.ItemIDINNER JOINdbo._RefObjCommon RO ONIT.RefItemID=RO.IDWHEREIFA.CharID=1
TypeID3 = 13 and TypeID4 = 1 then 'Hat'
TypeID3 = 13 and TypeID4 = 2 then 'Dress'
TypeID3 = 13 and TypeID4 = 3 then 'Attach'
TypeID3 = 13 and TypeID4 = 4 then 'Flag'
TypeID3 = 14 and TypeID4 = 1 then 'Spirit Item'
Spirit item position is swapped with the flag item, when you wear a spirit item, it appears on the flag slot and if the character is wearing a flag, it shows an error on the web called "500 SERVER ERROR ".
The text was updated successfully, but these errors were encountered: