waytype=None
This commit is contained in:
parent
4c1fbb3b21
commit
c0a412297d
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ class LeaveDescriptionQuest(Quest):
|
||||||
for from_space, to_space, from_point, to_point in GraphEdge.objects.filter(
|
for from_space, to_space, from_point, to_point in GraphEdge.objects.filter(
|
||||||
from_node__space__in=spaces,
|
from_node__space__in=spaces,
|
||||||
to_node__space__in=spaces,
|
to_node__space__in=spaces,
|
||||||
|
waytype=None,
|
||||||
**more_filter,
|
**more_filter,
|
||||||
).exclude(
|
).exclude(
|
||||||
from_node__space=F("to_node__space")
|
from_node__space=F("to_node__space")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue