|
|
@ -267,3 +267,6 @@ def update_role_stats(nick, clk, role, won, iwon): |
|
|
|
|
|
|
|
|
|
|
|
c.execute("INSERT OR REPLACE INTO rolestats VALUES (?,?,?,?,?)", |
|
|
|
c.execute("INSERT OR REPLACE INTO rolestats VALUES (?,?,?,?,?)", |
|
|
|
(plid, rid, wins, iwins, total)) |
|
|
|
(plid, rid, wins, iwins, total)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|