Level exits are Unicode too.
This commit is contained in:
@@ -344,8 +344,8 @@ def _insert_migration1_objects(session):
|
|||||||
name=u'The Necroplex',
|
name=u'The Necroplex',
|
||||||
description=u'A complex full of pure deathzone.',
|
description=u'A complex full of pure deathzone.',
|
||||||
exits={
|
exits={
|
||||||
'deathwell': 'evilstorm',
|
u'deathwell': u'evilstorm',
|
||||||
'portal': 'central_park'}),
|
u'portal': u'central_park'}),
|
||||||
Level1(id=u'evilstorm',
|
Level1(id=u'evilstorm',
|
||||||
name=u'Evil Storm',
|
name=u'Evil Storm',
|
||||||
description=u'A storm full of pure evil.',
|
description=u'A storm full of pure evil.',
|
||||||
@@ -354,7 +354,7 @@ def _insert_migration1_objects(session):
|
|||||||
name=u'Central Park, NY, NY',
|
name=u'Central Park, NY, NY',
|
||||||
description=u"New York's friendly Central Park.",
|
description=u"New York's friendly Central Park.",
|
||||||
exits={
|
exits={
|
||||||
'portal': 'necroplex'})])
|
u'portal': u'necroplex'})])
|
||||||
|
|
||||||
session.commit()
|
session.commit()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user