Core/Housing: stage 28 synchronize Initiative session persistence

This commit is contained in:
Gexo91
2026-09-12 17:06:27 +03:00
parent d8c6f911f1
commit 9491f28693
@@ -41,7 +41,7 @@ namespace Housing
void EnsureInitiativePersistence(HouseState const& house) void EnsureInitiativePersistence(HouseState const& house)
{ {
CharacterDatabase.PExecute( CharacterDatabase.DirectPExecute(
"INSERT INTO housing_neighborhood_initiative " "INSERT INTO housing_neighborhood_initiative "
"(NeighborhoodGuid, InitiativeID, State, Progress, RewardTier, StartedAt, EndsAt) " "(NeighborhoodGuid, InitiativeID, State, Progress, RewardTier, StartedAt, EndsAt) "
"VALUES ('{}', 0, 0, 0, 0, NULL, NULL) " "VALUES ('{}', 0, 0, 0, 0, NULL, NULL) "