Fixed achievement query #268_achievements
This commit is contained in:
parent
bfb816dd17
commit
f312a2d776
@ -106,7 +106,7 @@ class Achievement(TableABC):
|
|||||||
def udpate_string(self) -> str:
|
def udpate_string(self) -> str:
|
||||||
return str(
|
return str(
|
||||||
f"""
|
f"""
|
||||||
UPDATE `Levels`
|
UPDATE `Achievements`
|
||||||
SET `Name` = '{self._name}',
|
SET `Name` = '{self._name}',
|
||||||
`Attribute` = '{self._attribute}',
|
`Attribute` = '{self._attribute}',
|
||||||
`Operator` = '{self._operator}',
|
`Operator` = '{self._operator}',
|
||||||
|
Loading…
Reference in New Issue
Block a user