mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
* Some minor changes.
This commit is contained in:
parent
6119f71022
commit
2023686ee8
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
XMage.de 1 (Europe/Germany) fast :xmage.de:17171
|
XMage.de 1 (Europe/Germany) fast :xmage.de:17171
|
||||||
woogerworks (North America/USA) :xmage.woogerworks.info:17171
|
woogerworks (North America/USA) :xmage.woogerworks.info:17171
|
||||||
XMage.info 1 (Europe/France) new network code -> see forum :176.31.186.181:17171
|
XMage.info 1 (Europe/France) new network code -> see forum :176.31.186.181:17171
|
||||||
|
XMage BR (South America/Brazil) :ec2-54-233-67-0.sa-east-1.compute.amazonaws.com:17171
|
||||||
IceMage (Europe/Netherlands) :ring0.cc:17171
|
IceMage (Europe/Netherlands) :ring0.cc:17171
|
||||||
Seedds Server (Asia) :115.29.203.80:17171
|
Seedds Server (Asia) :115.29.203.80:17171
|
||||||
localhost -> connect to your local server (must be started):localhost:17171
|
localhost -> connect to your local server (must be started):localhost:17171
|
||||||
|
|
BIN
Mage.Client/src/main/resources/avatars/special/21.gif
Normal file
BIN
Mage.Client/src/main/resources/avatars/special/21.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
|
@ -181,6 +181,8 @@ public class Session {
|
||||||
return 1018;
|
return 1018;
|
||||||
case "Bandit":
|
case "Bandit":
|
||||||
return 1020;
|
return 1020;
|
||||||
|
case "fireshoes":
|
||||||
|
return 1021;
|
||||||
case "Wehk":
|
case "Wehk":
|
||||||
return 66;
|
return 66;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue