fix: Fix variables

This commit is contained in:
Matthew
2023-11-19 14:27:53 -05:00
parent 3b33c1917c
commit 46587b8d01
2 changed files with 3 additions and 3 deletions

View File

@@ -119,9 +119,9 @@
], ],
"Database": { "Database": {
"Host": "localhost", "Host": "localhost",
"Port": 5432, "Port": 5433,
"User": "postgres", "User": "postgres",
"Password": "", "Password": "admin",
"Database": "erupe" "Database": "erupe"
}, },
"Sign": { "Sign": {

View File

@@ -240,7 +240,7 @@ func handleMsgMhfEnumerateQuest(s *Session, p mhfpacket.MHFPacket) {
transaction.Rollback() // Rollback if an error occurs transaction.Rollback() // Rollback if an error occurs
break break
} }
startTime = newRotationTime // Set the new start time so the quest can be used/remove immediately. startTime = newRotationTime // Set the new start time so the quest can be used/removed immediately.
} }
// Check if the quest is currently active // Check if the quest is currently active