mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-22 11:54:36 +01:00
28 lines
838 B
HTML
28 lines
838 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Private Nikke Server Launcher</title>
|
|
<style>
|
|
* {
|
|
color: white;
|
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>What's new in Nikke Private Server - v0.1.3</h1>
|
|
<ul>
|
|
<li>Added support for game version 123.8.11</li>
|
|
<li>Properly implemented character level up</li>
|
|
<li>Decreased database size by a small amount</li>
|
|
<li>Added IsBanned to DB</li>
|
|
<li>Implemented tactic academy</li>
|
|
<li>Implemented side story</li>
|
|
<li>Outpost level works</li>
|
|
<li>Implemented main mission rewards</li>
|
|
<li>You can now update the game in the launcher</li>
|
|
<li>Show only "private server" in server list</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|