Files
horse/mdb/sql/support-hint.sql
T
zephyr c0ddc32997
ci/woodpecker/push/horsebot Pipeline was successful
ci/woodpecker/push/zenno Pipeline was successful
horse, mdb, cmd/horsebot: support cards
Fixes #37.
2026-08-02 22:45:34 -04:00

9 lines
163 B
SQL

SELECT
support_card_id,
hint_group,
hint_gain_type,
hint_value_1,
hint_value_2
FROM single_mode_hint_gain
ORDER BY support_card_id, hint_group