mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 09:16:32 +01:00
Another typo.
This commit is contained in:
parent
370b7ca86c
commit
d594357335
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class Migration(DataMigration):
|
|||
|
||||
def forwards(self, orm):
|
||||
"Write your forwards methods here."
|
||||
for attr in orb.PlayerAttribute.objects.all():
|
||||
for attr in orm.PlayerAttribute.objects.all():
|
||||
attr.value = pickle.loads(to_str(attr.db_value))
|
||||
|
||||
def backwards(self, orm):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue