mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 15:34:38 +01:00
fix: Fix variables
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user