Added code

This commit is contained in:
stratic-dev
2024-02-26 04:19:28 +00:00
parent f5ee81b8d1
commit d195e667ae
4 changed files with 24 additions and 11 deletions

View File

@@ -275,7 +275,7 @@ func makeEventQuest(s *Session, rows *sql.Rows) ([]byte, error) {
}
bf.WriteUint8(questType)
if questType == 9 {
var state int16
var state int
s.server.db.QueryRow(`SELECT state
FROM campaign_state
WHERE character_id = $2