Merge pull request #5 from nightbug-xx/codex/변경-character.power---character.combat_power

Fix character update power property
This commit is contained in:
nightbug-xx 2025-06-09 18:07:08 +09:00 committed by GitHub
commit 36188d2f8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ def update_character(
character.name = req.name
character.server = req.server
character.power = req.power
character.combat_power = req.power
db.commit()
return {"message": "캐릭터가 수정되었습니다."}