mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 06:01:38 +00:00
[Strings] Refactor Strings Usage (#2305)
* Initial commit checkpoint * More functions converted * Commify * More functions * Fin * Sort declarations * Split functions between files * Bots * Update strings.h * Split * Revert find replaces * Repository template * Money * Misc function * Update CMakeLists.txt * Saylink * Update strings.cpp * Swap Strings::Saylink for Saylink::Create since saylink is coupled to zone database * API casings
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
#include "../database.h"
|
||||
#include "../expedition_lockout_timer.h"
|
||||
#include "../string_util.h"
|
||||
#include "../strings.h"
|
||||
#include "base/base_character_expedition_lockouts_repository.h"
|
||||
#include <unordered_map>
|
||||
|
||||
@@ -114,9 +114,9 @@ public:
|
||||
FIELD(event_name, '{}') DESC
|
||||
),
|
||||
joined_character_ids,
|
||||
EscapeString(expedition_name),
|
||||
Strings::Escape(expedition_name),
|
||||
joined_character_ids,
|
||||
EscapeString(ordered_event_name)
|
||||
Strings::Escape(ordered_event_name)
|
||||
));
|
||||
|
||||
std::unordered_map<uint32_t, std::vector<ExpeditionLockoutTimer>> lockouts;
|
||||
|
||||
Reference in New Issue
Block a user