mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Fix linux compile issue with 884b0291
This commit is contained in:
parent
884b0291f7
commit
fc9e7a3a3b
@ -1170,7 +1170,7 @@ public:
|
|||||||
std::string GetAccountFlag(std::string flag); float GetDamageMultiplier(SkillUseTypes);
|
std::string GetAccountFlag(std::string flag); float GetDamageMultiplier(SkillUseTypes);
|
||||||
void Consume(const Item_Struct *item, uint8 type, int16 slot, bool auto_consume);
|
void Consume(const Item_Struct *item, uint8 type, int16 slot, bool auto_consume);
|
||||||
void PlayMP3(const char* fname);
|
void PlayMP3(const char* fname);
|
||||||
void Client::ExpeditionSay(const char *str, int ExpID);
|
void ExpeditionSay(const char *str, int ExpID);
|
||||||
int mod_client_damage(int damage, SkillUseTypes skillinuse, int hand, const ItemInst* weapon, Mob* other);
|
int mod_client_damage(int damage, SkillUseTypes skillinuse, int hand, const ItemInst* weapon, Mob* other);
|
||||||
bool mod_client_message(char* message, uint8 chan_num);
|
bool mod_client_message(char* message, uint8 chan_num);
|
||||||
bool mod_can_increase_skill(SkillUseTypes skillid, Mob* against_who);
|
bool mod_can_increase_skill(SkillUseTypes skillid, Mob* against_who);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user