Skip to content

Commit fa04ae9

Browse files
committed
bug: flip player flashes, new plugin fixes issue
1 parent c9b6083 commit fa04ae9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

  • hasura/migrations/default/1764942921271_reverse_player_flashes
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
UPDATE player_flashes
2+
SET attacker_steam_id = attacked_steam_id,
3+
attacked_steam_id = attacker_steam_id;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
UPDATE player_flashes
2+
SET attacker_steam_id = attacked_steam_id,
3+
attacked_steam_id = attacker_steam_id;

0 commit comments

Comments
 (0)