diff --git a/config.json b/config.json index d3de778bb..b175451e4 100644 --- a/config.json +++ b/config.json @@ -119,9 +119,9 @@ ], "Database": { "Host": "localhost", - "Port": 5432, + "Port": 5433, "User": "postgres", - "Password": "", + "Password": "admin", "Database": "erupe" }, "Sign": { diff --git a/server/channelserver/handlers_quest.go b/server/channelserver/handlers_quest.go index e329dab1b..35471269a 100644 --- a/server/channelserver/handlers_quest.go +++ b/server/channelserver/handlers_quest.go @@ -240,7 +240,7 @@ func handleMsgMhfEnumerateQuest(s *Session, p mhfpacket.MHFPacket) { transaction.Rollback() // Rollback if an error occurs 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