Skip to content

Commit fd455b4

Browse files
committed
Fix wave number for Hulk pack
1 parent 25d1ec0 commit fd455b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Wild Tutor - Adam Warlock
5050
2 × Quantum Magic (Wave #4 The Mad Titan's Shadow #40)
5151
=== Aggression cards ===
5252
1 × The Power of Aggression (Wave #1 Core Set #55)
53-
1 × Drop Kick (Wave #2 Hulk #14)
54-
1 × Martial Prowess (Wave #2 Hulk #18)
53+
1 × Drop Kick (Wave #1 Hulk #14)
54+
1 × Martial Prowess (Wave #1 Hulk #18)
5555
1 × Magic Attack (Wave #4 The Mad Titan's Shadow #43)
5656
=== Justice cards ===
5757
1 × The Power of Justice (Wave #1 Core Set #62)

mcdbcli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ print_faction_color() {
3434
get_wave_number() {
3535
local -i pack_id=$1
3636

37-
if [ $pack_id -lt 10 ]; then
37+
if [ $pack_id -lt 11 ]; then
3838
echo 1
3939
elif [ $pack_id -lt 16 ]; then
4040
echo 2

0 commit comments

Comments
 (0)