diff --git a/common/item.h b/common/item.h index 2542276de..e6d1e8bee 100644 --- a/common/item.h +++ b/common/item.h @@ -329,7 +329,7 @@ public: void DeleteAugment(uint8 slot); ItemInst* RemoveAugment(uint8 index); bool IsAugmented(); - ItemInst* ItemInst::GetOrnamentationAug(int ornamentationAugtype) const; + ItemInst* GetOrnamentationAug(int ornamentationAugtype) const; // Has attack/delay? bool IsWeapon() const;