fix for copy paste error that linux didnt like

This commit is contained in:
Natedog2012 2014-11-08 21:29:14 -08:00 committed by SecretsOTheP
parent efdc177b78
commit 587ddc0fdd

View File

@ -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;