Open GoogleCodeExporter opened 9 years ago
where Virigoth
FnAqBroke Virigoth An Intersection Past the Wall
SELECT r.uid as uid, r.name as name, 1 as DisplayOrder FROM rooms r INNER JOIN
areas a ON r.area = a.uid WHERE r.name = 'An Intersection Past the Wall' AND
(a.name = 'empyrean' OR a.uid = 'empyrean') UNION SELECT r.uid, r.name, 0 FROM
rooms r INNER JOIN areas a ON r.area = a.uid WHERE r.name <> 'An Intersection
Past the Wall' AND r.name LIKE '%An Intersection Past the Wall%' AND (a.name =
'empyrean' OR a.uid = 'empyrean') ORDER BY DisplayOrder DESC
No matching rooms found.
Original comment by jvhagg...@gmail.com
on 11 Jul 2011 at 6:46
Original issue reported on code.google.com by
jvhagg...@gmail.com
on 11 Jul 2011 at 6:41