mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Derision's revert from svn I missed.
This commit is contained in:
+3
-3
@@ -526,12 +526,12 @@ void QuestManager::shout2(const char *str) {
|
||||
worldserver.SendEmoteMessage(0,0,0,13, "%s shouts, '%s'", owner->GetCleanName(), str);
|
||||
}
|
||||
|
||||
void QuestManager::gmsay(const char *str, uint32 color, bool send_to_world, uint32 to_guilddbid) {
|
||||
void QuestManager::gmsay(const char *str, uint32 color, bool send_to_world) {
|
||||
if(send_to_world) {
|
||||
worldserver.SendEmoteMessage(0, to_guilddbid, 80, color, "%s", str);
|
||||
worldserver.SendEmoteMessage(0, 0, 80, color, "%s", str);
|
||||
}
|
||||
else {
|
||||
entity_list.MessageStatus(to_guilddbid, 80, color, "%s", str);
|
||||
entity_list.MessageStatus(0, 80, color, "%s", str);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user