mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-27 16:37:17 +00:00
fix for copy paste error that linux didnt like
This commit is contained in:
committed by
SecretsOTheP
parent
efdc177b78
commit
587ddc0fdd
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user