mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-27 18:52:27 +00:00
fix for copy paste error that linux didnt like
This commit is contained in:
parent
efdc177b78
commit
587ddc0fdd
@ -329,7 +329,7 @@ public:
|
|||||||
void DeleteAugment(uint8 slot);
|
void DeleteAugment(uint8 slot);
|
||||||
ItemInst* RemoveAugment(uint8 index);
|
ItemInst* RemoveAugment(uint8 index);
|
||||||
bool IsAugmented();
|
bool IsAugmented();
|
||||||
ItemInst* ItemInst::GetOrnamentationAug(int ornamentationAugtype) const;
|
ItemInst* GetOrnamentationAug(int ornamentationAugtype) const;
|
||||||
|
|
||||||
// Has attack/delay?
|
// Has attack/delay?
|
||||||
bool IsWeapon() const;
|
bool IsWeapon() const;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user