- added locales for powerTypes from GlobalStrings.lua

- fixed user-menu item /?account
This commit is contained in:
Sarjuuk
2015-04-02 16:37:23 +02:00
parent 27bc09f136
commit b71b5e8363
5 changed files with 13 additions and 12 deletions

View File

@@ -709,7 +709,7 @@ $lang = array(
),
'powerRunes' => ["Frost", "Unholy", "Blood", "Death"],
'powerTypes' => array(
-2 => "Health", -1 => null, "Mana", "Rage", "Focus", "Energy", "Happiness", "Rune", "Runic Power",
-2 => "Health", -1 => null, "Mana", "Rage", "Focus", "Energy", "Happiness", "Runes", "Runic Power",
'AMMOSLOT' => "Ammo", 'STEAM' => "Steam Pressure", 'WRATH' => "Wrath", 'PYRITE' => "Pyrite",
'HEAT' => "Heat", 'OOZE' => "Ooze", 'BLOOD_POWER' => "Blood Power"
),