From 587ddc0fddff5611195d1135de9db78e12a12672 Mon Sep 17 00:00:00 2001 From: Natedog2012 Date: Sat, 8 Nov 2014 21:29:14 -0800 Subject: [PATCH] fix for copy paste error that linux didnt like --- common/item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;