Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/isida/4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/wot.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/wot.py b/plugins/wot.py
index 887bb9b..db3147b 100644
--- a/plugins/wot.py
+++ b/plugins/wot.py
@@ -238,7 +238,9 @@ def wot(type, jid, nick, text):
expWins = 0
for t in vdata[player_id]:
-
+ if not extv.has_key(t['tank_id']):
+ continue
+
tank_battle = t['all']['battles']
expDmg += tank_battle * extv[t['tank_id']]['expDamage']