Removed DBString GreetMessage

This commit is contained in:
MindL0ve
2026-02-01 00:06:26 +03:00
parent 1a3a3cef9d
commit e9a0be2f54
7 changed files with 0 additions and 85 deletions

View File

@@ -6175,16 +6175,6 @@ void CHARACTER::SetGuild(CGuild* pGuild)
}
}
void CHARACTER::SendGreetMessage()
{
__typeof(DBManager::instance().GetGreetMessage()) v = DBManager::instance().GetGreetMessage();
for (itertype(v) it = v.begin(); it != v.end(); ++it)
{
ChatPacket(CHAT_TYPE_NOTICE, it->c_str());
}
}
void CHARACTER::BeginStateEmpty()
{
MonsterLog("!");