EQ2EMu/DB
Image 6a06b51c5d SHA512 Implementation **Must reset password on worldservers and accounts**
Fixes 

LS database:
- md5 no longer used, now use sha2('password',512) instead for mysql/mariadb
- account table passwd expanded to 256 chars
- login_worldservers password field expanded to 256 chars

manual update:

\u eq2ls
alter table account modify column passwd varchar(256) not null default '';
alter table login_worldservers modify column password varchar(256) not null default '';
2020-03-18 23:15:10 -04:00
..
updates Rest of Chest Traps and Disarm Chest Traps implementation 2020-03-16 13:23:38 -04:00
currentlsdb.sql SHA512 Implementation **Must reset password on worldservers and accounts** 2020-03-18 23:15:10 -04:00
world_db.zip Update to DB Dump 2020-03-12 13:13:17 -07:00