nope, the ticket is actually required.

This commit is contained in:
Enno Rehling 2015-10-30 12:58:27 +01:00
parent e7ca5345d7
commit 674bc2b4c7
1 changed files with 4 additions and 5 deletions

View File

@ -319,11 +319,10 @@ order * ord)
} }
a = a_find(u->attribs, &at_museumexit); a = a_find(u->attribs, &at_museumexit);
if (a) { assert(a);
r = findregion(a->data.sa[0], a->data.sa[1]); r = findregion(a->data.sa[0], a->data.sa[1]);
assert(r); assert(r);
a_remove(&u->attribs, a); a_remove(&u->attribs, a);
}
/* Übergebene Gegenstände zurückgeben */ /* Übergebene Gegenstände zurückgeben */
a = a_find(u->attribs, &at_museumgivebackcookie); a = a_find(u->attribs, &at_museumgivebackcookie);