Confirmed, here is the fix:
OPEN
ROOT\ext\phpbbstudio\wrw\controller\view_controller.php
FIND (should be line 797 afair)
AND t.topic_type IN (" . POST_NORMAL . ', ' . POST_STICKY . ")
REPLACE WITH
AND t.topic_type IN (" . POST_NORMAL . ', ' . POST_STICKY . ', ' . POST_ANNOUNCE . ', ' . POST_GLOBAL . ")
Please confirm, thanks in advance.