Repentz 25 Report post Posted September 22, 2015 If anyone doesn't mind, share your SQL functions here.Mine, got from "JakeHekesFists" should hypothetically remove dead players on the sql before restarts.DELETE FROM player WHERE is_alive = 0 OR account_uid = 'SomethingWentWrong' OR account_uid = '' Share this post Link to post Share on other sites
Flow 252 Report post Posted September 22, 2015 https://github.com/flow0815/exilemod/blob/master/sql-helpers.sql Share this post Link to post Share on other sites
justinlee 16 Report post Posted October 7, 2015 https://github.com/flow0815/exilemod/blob/master/sql-helpers.sqlhow do you add this Share this post Link to post Share on other sites