fix wrong comments
This commit is contained in:
parent
ff5056ab61
commit
99a9032826
@ -66,7 +66,7 @@ class Place(db.Model):
|
||||
|
||||
class Question(db.Model):
|
||||
"""
|
||||
Stores questions asked by NPCs
|
||||
Stores questions asked by players
|
||||
"""
|
||||
|
||||
__tablename__ = "T_QUESTION"
|
||||
|
Loading…
Reference in New Issue
Block a user