Browse Source

Exe Updates

Image 3 years ago
parent
commit
852f035b45

+ 5 - 0
DB/updates/ls_table_update_mar21_2021.sql

@@ -0,0 +1,5 @@
+CREATE TABLE `login_bannedips` (
+  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
+  `ip` varchar(64) not null default '',
+  PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;

BIN
server/EQ2Login__Debug64.exe


BIN
server/EQ2World__Debug_x64.exe