mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-29 05:41:29 +00:00
[Cleanup] Remove GetDamageMultiplier() from client.h (#3001)
# Notes - This is unused.
This commit is contained in:
parent
7f01bb509c
commit
0980a780d0
@ -1586,7 +1586,6 @@ public:
|
||||
void SetAccountFlag(std::string flag, std::string val);
|
||||
std::string GetAccountFlag(std::string flag);
|
||||
void SetGMStatus(int16 new_status);
|
||||
float GetDamageMultiplier(EQ::skills::SkillType how_long_has_this_been_missing);
|
||||
void Consume(const EQ::ItemData *item, uint8 type, int16 slot, bool auto_consume);
|
||||
void PlayMP3(const char* fname);
|
||||
void ExpeditionSay(const char *str, int ExpID);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user