mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 01:08:21 +00:00
various changed to chatchannel and using language / language skills derived from takp code.
This commit is contained in:
+2
-2
@@ -177,8 +177,8 @@ public:
|
||||
void SendHPManaEndPacketsFrom(Mob *mob);
|
||||
void SendManaPacketFrom(Mob *mob);
|
||||
void SendEndurancePacketFrom(Mob *mob);
|
||||
void RaidSay(const char *msg, Client *c);
|
||||
void RaidGroupSay(const char *msg, Client *c);
|
||||
void RaidSay(const char *msg, Client *c, uint8 language, uint8 lang_skill);
|
||||
void RaidGroupSay(const char *msg, Client *c, uint8 language, uint8 lang_skill);
|
||||
|
||||
//Packet Functions
|
||||
void SendRaidCreate(Client *to);
|
||||
|
||||
Reference in New Issue
Block a user