More Experience Fixes (#1163)

* revenge experience now rate down and capped; fixed issue with the tail of an empty list

* fixed column name difference between database and persistence objects
This commit is contained in:
Fate-JH 2024-01-17 23:32:54 -05:00 committed by GitHub
parent 22d097347b
commit e9daae5802
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 24 additions and 21 deletions

View file

@ -0,0 +1,3 @@
/* Original: V008__Scoring.sql */
ALTER TABLE assistactivity
RENAME COLUMN attacker_id TO killer_id;