summaryrefslogtreecommitdiff
path: root/hercules/code/server/evol
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/code/server/evol')
-rw-r--r--hercules/code/server/evol/athena.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/hercules/code/server/evol/athena.py b/hercules/code/server/evol/athena.py
index be2f569..567db3b 100644
--- a/hercules/code/server/evol/athena.py
+++ b/hercules/code/server/evol/athena.py
@@ -201,6 +201,7 @@ def readAthena():
user.skills = parseSkills(line, rows[17])
user.variables = parseVars(line, rows[18])
+ user.variables["Lang"] = user.language_id
users[user.char_id] = user