mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Commands] Cleanup #ban, #ipban, #flag, #kick, #setlsinfo, and #setpass Commands. (#2104)
* [Commands] Cleanup #ban, #ipban, #flag, and #kick Commands. - Cleanup messages and logic. - Add ServerFlagUpdate_Struct for flag updates. * Add #setlsinfo and #setpass to cleanup. * Update setlsinfo.cpp * Update database.cpp * Update database.cpp * Update command.cpp
This commit is contained in:
+1
-1
@@ -2555,7 +2555,7 @@ void QuestManager::whisper(const char *message) {
|
||||
|
||||
std::string mob_name = owner->GetCleanName();
|
||||
std::string new_message = fmt::format("{} whispers, '{}'", mob_name, message);
|
||||
initiator->Message(315, new_message.c_str());
|
||||
initiator->Message(Chat::EchoChat1, new_message.c_str());
|
||||
}
|
||||
|
||||
int QuestManager::getlevel(uint8 type)
|
||||
|
||||
Reference in New Issue
Block a user