mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 00:08:23 +00:00
Added optional guildid and minstatus parameters to quest::gmsay(<messsage>, [color], [toworld], [guildid], [minstatus])
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ public:
|
||||
void emote(const char *str);
|
||||
void shout(const char *str);
|
||||
void shout2(const char *str);
|
||||
void gmsay(const char *str, uint32 color, bool send_to_world);
|
||||
void gmsay(const char *str, uint32 color, bool send_to_world, uint32 to_guilddbid, uint32 to_minstatus);
|
||||
void depop(int npc_type = 0); // depop NPC and don't start spawn timer
|
||||
void depop_withtimer(int npc_type = 0); // depop NPC and start spawn timer
|
||||
void depopall(int npc_type = 0);
|
||||
|
||||
Reference in New Issue
Block a user