mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 15:04:38 +01:00
fix: Fix variables
This commit is contained in:
@@ -119,9 +119,9 @@
|
||||
],
|
||||
"Database": {
|
||||
"Host": "localhost",
|
||||
"Port": 5432,
|
||||
"Port": 5433,
|
||||
"User": "postgres",
|
||||
"Password": "",
|
||||
"Password": "admin",
|
||||
"Database": "erupe"
|
||||
},
|
||||
"Sign": {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user