mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Updated the rule system to automatically add new rules and remove orphaned entries from the rule values tables
This commit is contained in:
@@ -65,12 +65,7 @@ bool BotDatabase::UpdateBotCommandSettings(const std::vector<std::pair<std::stri
|
||||
implode(
|
||||
",",
|
||||
std::pair<char, char>('(', ')'),
|
||||
join_pair(
|
||||
",",
|
||||
std::pair<char, char>('\'', '\''),
|
||||
std::pair<char, char>('\'', '\''),
|
||||
injected
|
||||
)
|
||||
join_pair(",", std::pair<char, char>('\'', '\''), injected)
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user