diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-08 00:00:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-08 00:00:04 -0300 |
commit | 54a5c6cf49962495786bbc7f9fee880a82773f0c (patch) | |
tree | 22e065513de84a79c29f62c3be918e76e7a535b9 | |
parent | b539f1de15fa1ce5a64c653d286aeba1ef389864 (diff) | |
download | server-54a5c6cf49962495786bbc7f9fee880a82773f0c.tar.gz server-54a5c6cf49962495786bbc7f9fee880a82773f0c.tar.bz2 server-54a5c6cf49962495786bbc7f9fee880a82773f0c.tar.xz server-54a5c6cf49962495786bbc7f9fee880a82773f0c.zip |
Bump protocol versionv2.1.8.8
-rw-r--r-- | consts.py | 2 | ||||
-rw-r--r-- | units.json | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -100,7 +100,7 @@ BL_UPDATETIME =30.0 BAN_TIME =180.0 BAN_UNAUTHED =5 BAN_AUTHED =30 -CLIENTVERSION ="2.0.12.15" +CLIENTVERSION ="2.1.8.8" MAX_CLIENTS =2500 # Hard coded loot (1,000~10,000) @@ -2054,7 +2054,7 @@ "cost": 999, "flags": 19, "unit_base_id": 900021, - "flavor": "A standard unit in the game." + "flavor": "Can be sold for some money." }, { "skill_id": 0, @@ -2071,7 +2071,7 @@ "cost": 999, "flags": 19, "unit_base_id": 900021, - "flavor": "A standard unit in the game." + "flavor": "Can be sold for lots of money." }, { "skill_id": 0, @@ -2088,7 +2088,7 @@ "cost": 999, "flags": 19, "unit_base_id": 900021, - "flavor": "A standard unit in the game." + "flavor": "Can be sold for a fortune!" }, { "skill_id": 0, |