From fc9e7a3a3bc31b35cab5883be9364341c0917d38 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Wed, 16 Apr 2014 12:44:02 -0400 Subject: [PATCH] Fix linux compile issue with 884b0291 --- zone/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/client.h b/zone/client.h index 87f085a44..8eb31ba1e 100644 --- a/zone/client.h +++ b/zone/client.h @@ -1170,7 +1170,7 @@ public: std::string GetAccountFlag(std::string flag); float GetDamageMultiplier(SkillUseTypes); void Consume(const Item_Struct *item, uint8 type, int16 slot, bool auto_consume); 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); bool mod_client_message(char* message, uint8 chan_num); bool mod_can_increase_skill(SkillUseTypes skillid, Mob* against_who);